Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Organization ¶
type Organization struct {
Guid string
}
type Route ¶
type RouteSnapshot ¶
type RouteSnapshot struct {
Routes []Route
}
type SnapshotRepo ¶
type SnapshotRepo struct {
// contains filtered or unexported fields
}
func (*SnapshotRepo) Get ¶
func (r *SnapshotRepo) Get() (*RouteSnapshot, bool)
func (*SnapshotRepo) Put ¶
func (r *SnapshotRepo) Put(snapshot *RouteSnapshot)
type Space ¶
type Space struct { Guid string Organization Organization }
Click to show internal directories.
Click to hide internal directories.