Documentation
¶
Index ¶
- type PruneError
- type WorldService
- func (ws *WorldService) DeleteWorld(ctx context.Context, id string) error
- func (ws *WorldService) GetLatestWorldKey(ctx context.Context, world string) (string, error)
- func (ws *WorldService) GetPresignedGetURL(ctx context.Context, id string) (string, error)
- func (ws *WorldService) GetPresignedGetURLWithLifetime(ctx context.Context, id string, dur time.Duration) (string, error)
- func (ws *WorldService) GetPresignedPutURL(ctx context.Context, id string) (string, error)
- func (ws *WorldService) GetPresignedPutURLWithLifetime(ctx context.Context, id string, dur time.Duration) (string, error)
- func (ws *WorldService) GetWorlds(ctx context.Context) ([]web.World, error)
- func (w *WorldService) Prune(ctx context.Context, preserveCount int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PruneError ¶
func (PruneError) Error ¶
func (e PruneError) Error() string
type WorldService ¶
type WorldService struct {
// contains filtered or unexported fields
}
func (*WorldService) DeleteWorld ¶ added in v0.3.0
func (ws *WorldService) DeleteWorld(ctx context.Context, id string) error
func (*WorldService) GetLatestWorldKey ¶
func (*WorldService) GetPresignedGetURL ¶
func (*WorldService) GetPresignedGetURLWithLifetime ¶
func (*WorldService) GetPresignedPutURL ¶
func (*WorldService) GetPresignedPutURLWithLifetime ¶
Click to show internal directories.
Click to hide internal directories.