Documentation
¶
Index ¶
- type App
- func (a *App) AMQPHandler(_ context.Context, message amqp.Delivery) error
- func (a *App) Create(ctx context.Context, pathname string, recursive bool, ...) (string, error)
- func (a *App) Delete(ctx context.Context, id string) error
- func (a *App) EventConsumer(ctx context.Context, event provider.Event)
- func (a *App) Exclusive(ctx context.Context, name string, duration time.Duration, ...) error
- func (a *App) List() (webhooks []provider.Webhook)
- func (a *App) Start(_ <-chan struct{})
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
func (*App) AMQPHandler ¶ added in v0.23.0
Click to show internal directories.
Click to hide internal directories.