Documentation
¶
Index ¶
- type ExcelMetadata
- type File
- type Option
- type Schedule
- func (x *Schedule) Get(key string) (option typ.ScheduleOption, err error)
- func (x *Schedule) Lists() (keys []string, err error)
- func (x *Schedule) Ping() (result bool, err error)
- func (x *Schedule) Remove(key string) (err error)
- func (x *Schedule) Set(key string, option typ.ScheduleOption) (err error)
- func (x *Schedule) Status(key string, value bool) (err error)
- type Workflow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcelMetadata ¶
type Option ¶
type Option func(x *Workflow)
func SetJetStream ¶
func SetJetStream(v nats.JetStreamContext) Option
func SetNamespace ¶
Click to show internal directories.
Click to hide internal directories.