Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalIface ¶
type InstalIface interface {
// Install install template
Install(handle, template string) (ret int)
}
InstalIface ...
type Options ¶
type Options struct {
Client *client.Client `validate:"required"`
ConfigFile *config.File `validate:"required"`
ORM *gorm.DB `validate:"required"`
Log logger.OutputIface `validate:"required"`
Exit *exit.Handler `validate:"required"`
Err *errs.Handler `validate:"required"`
Stderr io.Writer `validate:"required"`
Stdin io.Reader `validate:"required"`
Stdout io.Writer `validate:"required"`
Sync sync.SyncIface `validate:"required"`
}
Options options to constructor
Click to show internal directories.
Click to hide internal directories.