Documentation ¶
Index ¶
- type App
- func (x *App) Get(key string) *nats.Subscription
- func (x *App) Pipe(input M, paths []string, kind interface{}) (err error)
- func (x *App) Push(ctx context.Context, key string, msg *nats.Msg) (err error)
- func (x *App) Remove(key string)
- func (x *App) RemoveSubscribe(key string) (err error)
- func (x *App) Run() (err error)
- func (x *App) Set(key string, v *nats.Subscription)
- func (x *App) SetSubscribe(key string, option *client.StreamOption) (err error)
- func (x *App) Transform(data M, rules M) (err error)
- type M
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func Initialize ¶ added in v1.3.0
func (*App) RemoveSubscribe ¶
func (*App) SetSubscribe ¶
func (x *App) SetSubscribe(key string, option *client.StreamOption) (err error)
Click to show internal directories.
Click to hide internal directories.