Documentation ¶
Index ¶
Constants ¶
View Source
const (
JobRoleAggregateType eventstore.AggregateType = "job_role"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobRoleAggregate ¶
type JobRoleAggregate struct {
*eventstore.CommonTenantIdAggregate
}
func NewJobRoleAggregateWithTenantAndID ¶
func NewJobRoleAggregateWithTenantAndID(tenant, id string) *JobRoleAggregate
func (*JobRoleAggregate) CreateJobRole ¶
func (a *JobRoleAggregate) CreateJobRole(ctx context.Context, createInput *model.CreateJobRoleCommand) error
Click to show internal directories.
Click to hide internal directories.