Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OwnerCtl ¶
type OwnerCtl interface { CreateOwner(ctx context.Context, owner models.Owner) error UpdateOwner(ctx context.Context, owner models.Owner) error DeleteOwner(ctx context.Context, owner models.Owner) error GetOwner(ctx context.Context, owner models.Owner) (models.Owner, error) LoginOwner(ctx context.Context, owner models.Owner, appId int) (token string, err error) }
Click to show internal directories.
Click to hide internal directories.