Documentation ¶
Index ¶
- Constants
- func Create(ctx context.Context, r *CreateReq) (*models.Operator, error)
- func GetByAccountAndName(ctx context.Context, accountID types.SFID, name string) (*models.Operator, error)
- func GetBySFID(ctx context.Context, id types.SFID) (*models.Operator, error)
- func Migrate(ctx context.Context)
- func RemoveBySFID(ctx context.Context, id types.SFID) error
- type CondArgs
- type CreateReq
- type ListReq
- type ListRsp
Constants ¶
View Source
const DefaultOperatorName = "default"
Variables ¶
This section is empty.
Functions ¶
func GetByAccountAndName ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.