Documentation ¶
Index ¶
- func Register()
- func UseDevBuild(env *schema.Environment) bool
- type OpaqueIntegration
- func (OpaqueIntegration) DevelopmentPackages() []schema.PackageName
- func (OpaqueIntegration) PostParseServer(ctx context.Context, _ *parsing.Sealed) error
- func (OpaqueIntegration) PreParseServer(ctx context.Context, loc pkggraph.Location, ext *parsing.ServerFrameworkExt) error
- func (OpaqueIntegration) PrepareBuild(ctx context.Context, assets assets.AvailableBuildAssets, ...) (build.Spec, error)
- func (OpaqueIntegration) PrepareDev(ctx context.Context, cluster runtime.ClusterNamespace, ...) (context.Context, integrations.DevObserver, error)
- func (OpaqueIntegration) PrepareHotReload(ctx context.Context, remote *wsremote.SinkRegistrar, ...) *integrations.HotReloadOpts
- func (OpaqueIntegration) PrepareRun(ctx context.Context, server planning.PlannedServer, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UseDevBuild ¶
func UseDevBuild(env *schema.Environment) bool
Types ¶
type OpaqueIntegration ¶
type OpaqueIntegration struct { integrations.MaybeGenerate integrations.MaybeTidy // TODO implement tidy per parser. }
func (OpaqueIntegration) DevelopmentPackages ¶
func (OpaqueIntegration) DevelopmentPackages() []schema.PackageName
func (OpaqueIntegration) PostParseServer ¶
func (OpaqueIntegration) PreParseServer ¶
func (OpaqueIntegration) PreParseServer(ctx context.Context, loc pkggraph.Location, ext *parsing.ServerFrameworkExt) error
func (OpaqueIntegration) PrepareBuild ¶
func (OpaqueIntegration) PrepareBuild(ctx context.Context, assets assets.AvailableBuildAssets, server planning.PlannedServer, isFocus bool) (build.Spec, error)
func (OpaqueIntegration) PrepareDev ¶
func (OpaqueIntegration) PrepareDev(ctx context.Context, cluster runtime.ClusterNamespace, server planning.PlannedServer) (context.Context, integrations.DevObserver, error)
func (OpaqueIntegration) PrepareHotReload ¶
func (OpaqueIntegration) PrepareHotReload(ctx context.Context, remote *wsremote.SinkRegistrar, srv planning.PlannedServer) *integrations.HotReloadOpts
func (OpaqueIntegration) PrepareRun ¶
func (OpaqueIntegration) PrepareRun(ctx context.Context, server planning.PlannedServer, run *runtime.ContainerRunOpts) error
Click to show internal directories.
Click to hide internal directories.