Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "go.micro.dashboard" Version = "1.2.0" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthConfig ¶
type AuthConfig struct { Username string Password string TokenSecret string TokenExpiration time.Duration }
func GetAuthConfig ¶
func GetAuthConfig() AuthConfig
type CORSConfig ¶
type ServerConfig ¶
type ServerConfig struct { Address string Auth AuthConfig CORS CORSConfig }
func GetServerConfig ¶
func GetServerConfig() ServerConfig
Click to show internal directories.
Click to hide internal directories.