Documentation ¶
Index ¶
- func NewApiKeyRepo(store datastore.Store) datastore.APIKeyRepository
- func NewApplicationRepo(store datastore.Store) datastore.ApplicationRepository
- func NewConfigRepo(store datastore.Store) datastore.ConfigurationRepository
- func NewDeviceRepository(store datastore.Store) datastore.DeviceRepository
- func NewEventDeliveryRepository(store datastore.Store) datastore.EventDeliveryRepository
- func NewEventRepository(store datastore.Store) datastore.EventRepository
- func NewGroupRepo(store datastore.Store) datastore.GroupRepository
- func NewOrgInviteRepo(store datastore.Store) datastore.OrganisationInviteRepository
- func NewOrgMemberRepo(store datastore.Store) datastore.OrganisationMemberRepository
- func NewOrgRepo(store datastore.Store) datastore.OrganisationRepository
- 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 NewApplicationRepo ¶
func NewApplicationRepo(store datastore.Store) datastore.ApplicationRepository
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 NewEventDeliveryRepository ¶
func NewEventDeliveryRepository(store datastore.Store) datastore.EventDeliveryRepository
func NewEventRepository ¶
func NewEventRepository(store datastore.Store) datastore.EventRepository
func NewGroupRepo ¶
func NewGroupRepo(store datastore.Store) datastore.GroupRepository
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 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.