Documentation
¶
Overview ¶
Copyright (c) Microsoft Corporation. Licensed under the MIT License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesHandler ¶
type FilesHandler struct {
// contains filtered or unexported fields
}
FilesHandler describes a handler for files.
func New ¶
func New(ctx context.Context, fs store.FilesStore) *FilesHandler
New creates a new files handler.
func (*FilesHandler) Handle ¶
func (h *FilesHandler) Handle(c pcontext.Context)
Handle handles a request for a file.
Click to show internal directories.
Click to hide internal directories.