Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoStrategy = errors.New("strategy does not exist")
)
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct {
*types.BaseService
// contains filtered or unexported fields
}
func GetStrategy ¶
func GetStrategy(ctx *context.RootContext, s string) (*Driver, error)
func (*Driver) SetupRouter ¶
func (srv *Driver) SetupRouter(router *gin.RouterGroup)
SetupRouter for setting up the dashboard routes implements DashboardRouter
Click to show internal directories.
Click to hide internal directories.