Documentation ¶
Index ¶
- func BucketsMapByResourceOwnerID(buckets []cios.Bucket) map[string][]cios.Bucket
- func ChannelsMapByResourceOwnerID(channels []cios.Channel) map[string][]cios.Channel
- func DataStoreStreamToStruct(str []string, st interface{}) error
- func GetDefaultDisplayInfo(displayInfos []cios.DisplayInfo) *cios.DisplayInfo
- func GroupMapByResourceOwnerID(groups []cios.Group, resourceOwners []cios.ResourceOwner) map[string]cios.Group
- func MapPayloads(objects []cios.PackerFormatJson, stc interface{}) ([]cios.PackerFormatJsonHeader, error)
- func ParseAccessToken(accessToken string) string
- func ResourceOwnerIDMapByChannelID(channels []cios.Channel) map[string]string
- func ResourceOwnerMapByGroupID(resourceOwners []cios.ResourceOwner) map[string]cios.ResourceOwner
- type DeviceEntitiesComponentRange
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BucketsMapByResourceOwnerID ¶ added in v0.4.2
func ChannelsMapByResourceOwnerID ¶ added in v0.4.2
func DataStoreStreamToStruct ¶ added in v0.4.2
func GetDefaultDisplayInfo ¶
func GetDefaultDisplayInfo(displayInfos []cios.DisplayInfo) *cios.DisplayInfo
func GroupMapByResourceOwnerID ¶ added in v0.4.2
func MapPayloads ¶ added in v0.4.2
func MapPayloads(objects []cios.PackerFormatJson, stc interface{}) ([]cios.PackerFormatJsonHeader, error)
func ParseAccessToken ¶ added in v0.4.2
func ResourceOwnerIDMapByChannelID ¶ added in v0.4.2
func ResourceOwnerMapByGroupID ¶ added in v0.4.2
func ResourceOwnerMapByGroupID(resourceOwners []cios.ResourceOwner) map[string]cios.ResourceOwner
Types ¶
type DeviceEntitiesComponentRange ¶ added in v0.4.2
type DeviceEntitiesComponentRange struct { StartDeviceEntitiesComponent cios.DeviceEntitiesComponent EndDeviceEntitiesComponent cios.DeviceEntitiesComponent StartEventAt string EndEventAt string }
Click to show internal directories.
Click to hide internal directories.