Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Configuration represent the variable of configuration model Configuration = &ConfigurationModel{} )
Functions ¶
Types ¶
type ConfigurationModel ¶
type ConfigurationModel struct { Port string `json:"port"` Cassandra struct { Addr string `json:"addr"` Port int `json:"port"` Keyspace string `json:"keyspace"` Username string `json:"username"` Password string `json:"password"` } `json:"cassandra"` }
ConfigurationModel represent the configuration model
Click to show internal directories.
Click to hide internal directories.