Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dispatcher ¶
type Dispatcher interface { Fire(ctx context.Context, name string, event interface{}) Result On(name string, call Callback) }
func ProvideDispatcher ¶
type Repository ¶
type Repository struct { db_repo.Repository // contains filtered or unexported fields }
func (Repository) Create ¶
func (r Repository) Create(ctx context.Context, value db_repo.ModelBased) error
Click to show internal directories.
Click to hide internal directories.