Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "development"
Version the version of realm
Functions ¶
Types ¶
type ClientConfig ¶ added in v0.0.18
type ClientConfig struct {
Address string `json:"address"`
}
type RealmConfig ¶ added in v0.0.18
type RealmConfig struct { Client ClientConfig `json:"client,omitempty"` Server ServerConfig `json:"server,omitempty"` }
func NewDefaultServerConfig ¶ added in v0.0.23
func NewDefaultServerConfig() RealmConfig
type ServerConfig ¶ added in v0.0.18
Click to show internal directories.
Click to hide internal directories.