Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶ added in v0.0.3
type Connection = IConnection[sqlx.DB]
type IAuthorizer ¶
type IAuthorizer interface {
Authorize(actor interface{}, action interface{}, resource interface{}) error
}
type ICache ¶
type ICache interface { Get(ctx context.Context, key string, out protoreflect.ProtoMessage) error Set(ctx context.Context, key string, val protoreflect.ProtoMessage, expiration ...time.Duration) error }
type IConnection ¶
Click to show internal directories.
Click to hide internal directories.