Documentation
¶
Overview ¶
Package config contains code for all configs to share
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serializable ¶
type Serializable interface {
// ToBytes returns a serialized representation of the data in the class
ToBytes() ([]byte, error)
}
Serializable is a small interface that ensures certain objects can be freely represented in various encoded forms, usually for the purpose of transmitting in the network
Directories
¶
| Path | Synopsis |
|---|---|
|
Package config implements the configuration for the aggregator..
|
Package config implements the configuration for the aggregator.. |
|
Package config contains configuration settings.
|
Package config contains configuration settings. |
|
Package config contains the configuration for the application.
|
Package config contains the configuration for the application. |
Click to show internal directories.
Click to hide internal directories.