package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 9, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
ClientSecret() string
}
type Controller interface {
CacheDisabled() bool
CorsDisabled() bool
GzipDisabled() bool
}
type Editor interface {
ConfigEditor() ([]byte, error)
}
type Traceable interface {
FilePath() string
}
type Upload interface {
UploadCreator() func() interface{}
}
type User interface {
Name() string
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.