Documentation
¶
Index ¶
- type App
- func (a *App) Create(ctx context.Context, filepath string, edit, story bool, password string, ...) (string, error)
- func (a *App) Delete(ctx context.Context, id string) error
- func (a *App) Done() <-chan struct{}
- func (a *App) EventConsumer(ctx context.Context, e provider.Event)
- func (a *App) Exclusive(ctx context.Context, name string, duration time.Duration, ...) (bool, error)
- func (a *App) Get(requestPath string) provider.Share
- func (a *App) List() (output []provider.Share)
- func (a *App) PubSubHandle(share provider.Share, err error)
- func (a *App) Start(ctx context.Context)
- type Config
- type GetNow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) EventConsumer ¶ added in v0.8.0
func (*App) PubSubHandle ¶ added in v0.25.0
Click to show internal directories.
Click to hide internal directories.