forked from wrenn/wrenn
Version bump
This commit is contained in:
@ -1 +1 @@
|
|||||||
0.1.2
|
0.1.3
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
// Package migrations embeds the SQL migration files so that external modules
|
// Package migrations embeds the SQL migration files so that external modules
|
||||||
// (such as the enterprise edition) can access them programmatically.
|
// (such as the cloud edition) can access them programmatically.
|
||||||
package migrations
|
package migrations
|
||||||
|
|
||||||
import "embed"
|
import "embed"
|
||||||
|
|||||||
@ -2,7 +2,7 @@ openapi: "3.1.0"
|
|||||||
info:
|
info:
|
||||||
title: Wrenn API
|
title: Wrenn API
|
||||||
description: MicroVM-based code execution platform API.
|
description: MicroVM-based code execution platform API.
|
||||||
version: "0.1.2"
|
version: "0.1.3"
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- url: http://localhost:8080
|
- url: http://localhost:8080
|
||||||
|
|||||||
@ -36,7 +36,7 @@ type ServerContext struct {
|
|||||||
Config config.Config
|
Config config.Config
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extension allows enterprise (or any external) code to plug additional
|
// Extension allows cloud (or any external) code to plug additional
|
||||||
// routes and background workers into the control plane without modifying
|
// routes and background workers into the control plane without modifying
|
||||||
// the core server.
|
// the core server.
|
||||||
type Extension interface {
|
type Extension interface {
|
||||||
|
|||||||
Reference in New Issue
Block a user