Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EdgeRuntimeAPI ¶
type EdgeRuntimeAPI struct {
// contains filtered or unexported fields
}
func NewEdgeRuntimeAPI ¶
func NewEdgeRuntimeAPI(project string, client api.ClientWithResponses, bundler EszipBundler) EdgeRuntimeAPI
func (*EdgeRuntimeAPI) UpsertFunctions ¶
func (s *EdgeRuntimeAPI) UpsertFunctions(ctx context.Context, functionConfig config.FunctionConfig, filter ...func(string) bool) error
type EszipBundler ¶
type EszipBundler interface {
Bundle(ctx context.Context, entrypoint string, importMap string, output io.Writer) error
}
func NewNativeBundler ¶
func NewNativeBundler(tempDir string, fsys fs.FS) EszipBundler
Click to show internal directories.
Click to hide internal directories.