Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Dao ¶
type Dao interface { Close() Ping(ctx context.Context) (err error) LicensesByOrg(ctx context.Context, orgId string) (licenses []*pb.License, err error) License(ctx context.Context, orgId string, licenseId string) (license *pb.License, err error) AddLicense(ctx context.Context, license *pb.License) (err error) UpdateLicense(ctx context.Context, license *pb.License) (err error) DeleteLicense(ctx context.Context, license *pb.License) (err error) }
Dao dao interface
Click to show internal directories.
Click to hide internal directories.