Documentation
¶
Index ¶
- func Deploy(ctx context.Context, url string) error
- func Env(ctx context.Context, directory string, url string) (map[string]string, error)
- func Start(ctx context.Context, p *project.Project, server *server.Server) error
- func Stream(ctx context.Context, url string, types ...interface{}) (chan any, error)
- type Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
Type string `json:"type"`
Event json.RawMessage `json:"event"`
}
Click to show internal directories.
Click to hide internal directories.