Versions in this module Expand all Collapse all v1 v1.0.2 Aug 19, 2024 v1.0.1 Aug 15, 2024 Changes in this version + const Description + const Name + const OptAnnotationPath + const OptAnnotationPathDefaultValue + const OptAnnotationPathDesc + const OptAnnotationPathShort + const OptControllerPath + const OptControllerPathDefaultValue + const OptControllerPathDesc + const OptControllerPathShort + const OptCrontabPath + const OptCrontabPathDefaultValue + const OptCrontabPathDesc + const OptCrontabPathShort + const OptHandlerPath + const OptHandlerPathDefaultValue + const OptHandlerPathDesc + const OptHandlerPathShort + const OptMiddlewarePath + const OptMiddlewarePathDefaultValue + const OptMiddlewarePathDesc + const OptMiddlewarePathShort + const OptOverride + const OptOverrideDesc + const OptWorkingDir + const OptWorkingDirDefaultValue + const OptWorkingDirDesc + const OptWorkingDirShort + var BuilderVariables = regexp.MustCompile(`{{([^}]*)}}`) + func New() *console.Command + type ParseCrontab struct + func (o *ParseCrontab) Parse(pkg, path string) error + func (o *ParseCrontab) Save() (err error) + type ParseCrontabItem struct + GlobalUnique bool + Name string + NodeUnique bool + Pkg string + RunOnStart bool + Strategy string + type ParseHandler struct + func (o *ParseHandler) Parse(pkg, path string) error + func (o *ParseHandler) Save() (err error) + type ParseHandlerItem struct + Method string + Middlewares []string + Name string + Pkg string + Uri string + type ParseMiddleware struct + func (o *ParseMiddleware) Parse(pkg, path string) error + func (o *ParseMiddleware) Save() (err error) + type ParseMiddlewareItem struct + Key string + Name string + Pkg string + type Parser interface + Parse func(pkg, path string) (err error) + Save func() (err error) + type Provider struct + func (o *Provider) Before(_ context.Context, container *console.Container, command *console.Command) (err error) + func (o *Provider) Run(_ context.Context, container *console.Container, _ *console.Command) (err error)