share

package
v0.25.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

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 New

func New(config Config, storageApp absto.Storage, redisClient redis.Client, exclusiveApp exclusive.App) (*App, error)

func (*App) Create

func (a *App) Create(ctx context.Context, filepath string, edit, story bool, password string, isDir bool, duration time.Duration) (string, error)

func (*App) Delete

func (a *App) Delete(ctx context.Context, id string) error

func (*App) Done added in v0.25.0

func (a *App) Done() <-chan struct{}

func (*App) EventConsumer added in v0.8.0

func (a *App) EventConsumer(ctx context.Context, e provider.Event)

func (*App) Exclusive added in v0.11.0

func (a *App) Exclusive(ctx context.Context, name string, duration time.Duration, action func(ctx context.Context) error) (bool, error)

func (*App) Get

func (a *App) Get(requestPath string) provider.Share

func (*App) List

func (a *App) List() (output []provider.Share)

func (*App) PubSubHandle added in v0.25.0

func (a *App) PubSubHandle(share provider.Share, err error)

func (*App) Start

func (a *App) Start(ctx context.Context)

type Config

type Config struct {
	// contains filtered or unexported fields
}

func Flags

func Flags(fs *flag.FlagSet, prefix string) Config

type GetNow added in v0.25.0

type GetNow func() time.Time

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL