Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateServer ¶
func CreateServer(config ServerConfig) *gin.Engine
Types ¶
type ServerConfig ¶
type ServerConfig struct {
Port int `json:"port"`
SibylUrl string `json:"sibylUrl"`
GitlabConf *gitlabConf `json:"gitlabConf"`
}
func DefaultServerConfig ¶
func DefaultServerConfig() *ServerConfig
Click to show internal directories.
Click to hide internal directories.