Documentation ¶
Index ¶
- func DToM(d bson.D) bson.M
- func NewApiKeyRepo(store datastore.Store) datastore.APIKeyRepository
- func NewConfigRepo(store datastore.Store) datastore.ConfigurationRepository
- func NewDeviceRepository(store datastore.Store) datastore.DeviceRepository
- func NewEndpointRepo(store datastore.Store) datastore.EndpointRepository
- func NewEventDeliveryRepository(store datastore.Store) datastore.EventDeliveryRepository
- func NewEventRepository(store datastore.Store) datastore.EventRepository
- func NewOrgInviteRepo(store datastore.Store) datastore.OrganisationInviteRepository
- func NewOrgMemberRepo(store datastore.Store) datastore.OrganisationMemberRepository
- func NewOrgRepo(store datastore.Store) datastore.OrganisationRepository
- func NewPortalLinkRepo(store datastore.Store) datastore.PortalLinkRepository
- func NewProjectRepo(store datastore.Store) datastore.ProjectRepository
- func NewSourceRepo(store datastore.Store) datastore.SourceRepository
- func NewSubscriptionRepo(store datastore.Store) datastore.SubscriptionRepository
- func NewUserRepo(store datastore.Store) datastore.UserRepository
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApiKeyRepo ¶
func NewApiKeyRepo(store datastore.Store) datastore.APIKeyRepository
func NewConfigRepo ¶ added in v0.6.0
func NewConfigRepo(store datastore.Store) datastore.ConfigurationRepository
func NewDeviceRepository ¶ added in v0.7.0
func NewDeviceRepository(store datastore.Store) datastore.DeviceRepository
func NewEndpointRepo ¶ added in v0.8.0
func NewEndpointRepo(store datastore.Store) datastore.EndpointRepository
func NewEventDeliveryRepository ¶
func NewEventDeliveryRepository(store datastore.Store) datastore.EventDeliveryRepository
func NewEventRepository ¶
func NewEventRepository(store datastore.Store) datastore.EventRepository
func NewOrgInviteRepo ¶ added in v0.6.0
func NewOrgInviteRepo(store datastore.Store) datastore.OrganisationInviteRepository
func NewOrgMemberRepo ¶ added in v0.6.0
func NewOrgMemberRepo(store datastore.Store) datastore.OrganisationMemberRepository
func NewOrgRepo ¶ added in v0.6.0
func NewOrgRepo(store datastore.Store) datastore.OrganisationRepository
func NewPortalLinkRepo ¶ added in v0.8.0
func NewPortalLinkRepo(store datastore.Store) datastore.PortalLinkRepository
func NewProjectRepo ¶ added in v0.8.0
func NewProjectRepo(store datastore.Store) datastore.ProjectRepository
func NewSourceRepo ¶ added in v0.6.0
func NewSourceRepo(store datastore.Store) datastore.SourceRepository
func NewSubscriptionRepo ¶ added in v0.6.0
func NewSubscriptionRepo(store datastore.Store) datastore.SubscriptionRepository
func NewUserRepo ¶ added in v0.6.0
func NewUserRepo(store datastore.Store) datastore.UserRepository
Types ¶
Click to show internal directories.
Click to hide internal directories.