Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct {
ListenJWT string `json:"listenjwt"`
ListenPKI string `json:"listenpki"`
PrivateKey string `json:"privatekey"`
PublicCert string `json:"publiccert"`
CaCert string `json:"cacert"`
DB string `json:"db"`
SQLITE SQLite `json:"sqlite"`
ServiceName string `json:"servicename"`
ServiceFullName string `json:"servicefullname"`
EzbPki string `json:"ezb_pki"`
SAN []string `json:"san"`
STA string `json:"default_sta"`
Logger confmanager.Logger `json:"logger"`
}
type GormLogger ¶
type GormLogger struct{}
func (*GormLogger) Print ¶
func (*GormLogger) Print(v ...interface{})
Click to show internal directories.
Click to hide internal directories.