Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
Types ¶
type Config ¶
type Config struct {
confighttp.ClientConfig `mapstructure:",squash"`
}
type Edge ¶
type Edge struct { Client string `json:"client"` Server string `json:"server"` ConnectionType string `json:"connection_type"` }
Edge represents an edge in the system
type EdgeCache ¶
EdgeCache holds edges and provides Add and Flush methods
func NewEdgeCache ¶
NewEdgeCache initializes and returns a new EdgeCache with default time provider
Click to show internal directories.
Click to hide internal directories.