Documentation ¶
Index ¶
- Variables
- type Config
- type Service
- func (s Service) Create(w http.ResponseWriter, r *http.Request, request provider.Request)
- func (s Service) CreateSavedSearch(w http.ResponseWriter, r *http.Request, request provider.Request)
- func (s Service) Delete(w http.ResponseWriter, r *http.Request, request provider.Request)
- func (s Service) DeleteSavedSearch(w http.ResponseWriter, r *http.Request, request provider.Request)
- func (s Service) DoRename(ctx context.Context, oldPath, newPath string, oldItem absto.Item) (absto.Item, error)
- func (s Service) Download(w http.ResponseWriter, r *http.Request, request provider.Request, ...)
- func (s Service) Get(w http.ResponseWriter, r *http.Request, request provider.Request) (renderer.Page, error)
- func (s Service) Post(w http.ResponseWriter, r *http.Request, request provider.Request)
- func (s Service) Rename(w http.ResponseWriter, r *http.Request, request provider.Request)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶ added in v0.26.0
type Service struct {
// contains filtered or unexported fields
}
func New ¶
func New(config *Config, storageService absto.Storage, filteredStorage absto.Storage, rendererService *renderer.Service, shareService provider.ShareManager, webhookService provider.WebhookManager, thumbnailService thumbnail.Service, exifService provider.MetadataManager, searchService search.Service, eventProducer provider.EventProducer, tracerProvider trace.TracerProvider) (Service, error)
func (Service) CreateSavedSearch ¶ added in v0.26.0
func (Service) DeleteSavedSearch ¶ added in v0.26.0
Click to show internal directories.
Click to hide internal directories.