Documentation ¶
Overview ¶
Package persistence Code generated, DO NOT EDIT.
Package persistence Code generated, DO NOT EDIT.
Package persistence Code generated, DO NOT EDIT.
Package persistence Code generated, DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountDAO ¶
type AccountDAO interface { Transaction FieldChecker Get(context.Context, req.GetAccountsPO) (po.Accounts, uint32, error) Create(context.Context, req.CreateAccountReq) (string, error) Update(context.Context, req.UpdateAccountReq) error Delete(context.Context, req.DeleteAccountReq) error }
AccountDAO Account dao
type ApplicationDAO ¶
type ApplicationDAO interface { Transaction FieldChecker Get(context.Context, req.GetApplicationsPO) (po.Applications, uint32, error) Create(context.Context, req.CreateApplicationReq) (string, error) Update(context.Context, req.UpdateApplicationReq) error Delete(context.Context, req.DeleteApplicationReq) error }
ApplicationDAO Application dao
type EventBusDAO ¶
type EventBusDAO interface { Transaction FieldChecker Get(context.Context, req.GetEventBusesPO) (po.EventBuses, uint32, error) Create(context.Context, req.CreateEventBusReq) (string, error) Update(context.Context, req.UpdateEventBusReq) error Delete(context.Context, req.DeleteEventBusReq) error }
EventBusDAO EventBus dao
type EventTypeDAO ¶
type EventTypeDAO interface { Transaction FieldChecker Get(context.Context, req.GetEventTypesPO) (po.EventTypes, uint32, error) Create(context.Context, req.CreateEventTypeReq) (string, error) Update(context.Context, req.UpdateEventTypeReq) error Delete(context.Context, req.DeleteEventTypeReq) error }
EventTypeDAO EventType dao
type FieldChecker ¶
FieldChecker own IsRelated BaseFields
type PassportDAO ¶
type PassportDAO interface { Transaction FieldChecker Get(context.Context, req.GetPassportsPO) (po.Passports, uint32, error) Create(context.Context, req.CreatePassportReq) (string, error) Update(context.Context, req.UpdatePassportReq) error Delete(context.Context, req.DeletePassportReq) error }
PassportDAO Passport dao
type PublicationDAO ¶
type PublicationDAO interface { Transaction FieldChecker Get(context.Context, req.GetPublicationsPO) (po.Publications, uint32, error) Create(context.Context, req.CreatePublicationReq) (string, error) Update(context.Context, req.UpdatePublicationReq) error Delete(context.Context, req.DeletePublicationReq) error }
PublicationDAO Publication dao
type SecretDAO ¶
type SecretDAO interface { Transaction FieldChecker Get(context.Context, req.GetSecretsPO) (po.Secrets, uint32, error) Create(context.Context, req.CreateSecretReq) (string, error) Update(context.Context, req.UpdateSecretReq) error Delete(context.Context, req.DeleteSecretReq) error }
SecretDAO Secret dao
type SubscriptionDAO ¶
type SubscriptionDAO interface { Transaction FieldChecker Get(context.Context, req.GetSubscriptionsPO) (po.Subscriptions, uint32, error) Create(context.Context, req.CreateSubscriptionReq) (string, error) Update(context.Context, req.UpdateSubscriptionReq) error Delete(context.Context, req.DeleteSubscriptionReq) error }
SubscriptionDAO Subscription dao
type TechRelationDAO ¶
type TechRelationDAO interface { Transaction FieldChecker Get(context.Context, req.GetTechRelationsPO) (po.TechRelations, uint32, error) Create(context.Context, req.CreateTechRelationReq) (string, error) Update(context.Context, req.UpdateTechRelationReq) error Delete(context.Context, req.DeleteTechRelationReq) error }
TechRelationDAO TechRelation dao
Click to show internal directories.
Click to hide internal directories.