Documentation ¶
Index ¶
- func Execute(cfg *config.Config) error
- func Health(cfg *config.Config) *cli.Command
- func NewLogger(cfg *config.Config) log.Logger
- func NewSutureService(cfg *ociscfg.Config) suture.Service
- func ParseConfig(c *cli.Context, cfg *config.Config) error
- func PrintVersion(cfg *config.Config) *cli.Command
- func Server(cfg *config.Config) *cli.Command
- type SutureService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSutureService ¶
NewSutureService creates a new webdav.SutureService
func ParseConfig ¶
ParseConfig loads webdav configuration from Viper known paths.
func PrintVersion ¶
PrintVersion prints the service versions of all running instances.
Types ¶
type SutureService ¶
type SutureService struct {
// contains filtered or unexported fields
}
SutureService allows for the webdav command to be embedded and supervised by a suture supervisor tree.
Click to show internal directories.
Click to hide internal directories.