Documentation ¶
Index ¶
- type CronTriggers
- func (c *CronTriggers) BaseDirectory() string
- func (c *CronTriggers) Build() (map[string]interface{}, error)
- func (c *CronTriggers) CreateFiles() error
- func (c *CronTriggers) Export(metadata map[string]yaml.Node) (map[string][]byte, error)
- func (c *CronTriggers) Filename() string
- func (c *CronTriggers) GetFiles() ([]string, error)
- func (c *CronTriggers) Key() string
- func (c *CronTriggers) Validate() error
- func (c *CronTriggers) WriteDiff(opts metadataobject.WriteDiffOpts) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CronTriggers ¶
type CronTriggers struct { MetadataDir string // contains filtered or unexported fields }
func New ¶
func New(ec *cli.ExecutionContext, baseDir string) *CronTriggers
func (*CronTriggers) BaseDirectory ¶
func (c *CronTriggers) BaseDirectory() string
func (*CronTriggers) Build ¶
func (c *CronTriggers) Build() (map[string]interface{}, error)
func (*CronTriggers) CreateFiles ¶
func (c *CronTriggers) CreateFiles() error
func (*CronTriggers) Export ¶
func (c *CronTriggers) Export(metadata map[string]yaml.Node) (map[string][]byte, error)
func (*CronTriggers) Filename ¶
func (c *CronTriggers) Filename() string
func (*CronTriggers) GetFiles ¶
func (c *CronTriggers) GetFiles() ([]string, error)
func (*CronTriggers) Key ¶
func (c *CronTriggers) Key() string
func (*CronTriggers) Validate ¶
func (c *CronTriggers) Validate() error
func (*CronTriggers) WriteDiff ¶
func (c *CronTriggers) WriteDiff(opts metadataobject.WriteDiffOpts) error
Click to show internal directories.
Click to hide internal directories.