Documentation
¶
Index ¶
Constants ¶
View Source
const X_AUTH_COOKIE = "x-easy-deploy-auth"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server interface {
RegisterServerRoutes()
RegisterServerGlobalMiddleware()
StartServer(host string)
}
func New ¶
func New(configRepo config.ConfigRepository, authRepo auth.AuthRepository, jwtBuilder auth.JwtBuilder, dockerRepo docker.DockerRepository) Server
Click to show internal directories.
Click to hide internal directories.