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