Documentation ¶ Index ¶ func GetAllLocations() ([]types.Location, types.Error) func GetLocation(id string) (types.Location, types.Error) func GetTokenFromHeader(authHeader string) (string, error) func NewLocation(location types.Location) types.Error func UpdateLocation(id string, location types.Location) types.Error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetAllLocations ¶ added in v0.1.7 func GetAllLocations() ([]types.Location, types.Error) func GetLocation ¶ added in v0.1.7 func GetLocation(id string) (types.Location, types.Error) func GetTokenFromHeader ¶ func GetTokenFromHeader(authHeader string) (string, error) func NewLocation ¶ added in v0.1.7 func NewLocation(location types.Location) types.Error func UpdateLocation ¶ added in v0.1.7 func UpdateLocation(id string, location types.Location) types.Error Types ¶ This section is empty. Source Files ¶ View all Source files locations.goutils.go Click to show internal directories. Click to hide internal directories.