Documentation ¶
Index ¶
- type App
- type Args
- type Domain
- func (s *Domain) ActivePhone() domain.Phone
- func (s *Domain) Args() *Args
- func (s *Domain) Chiefdom() string
- func (s *Domain) City() string
- func (s *Domain) District() string
- func (s *Domain) Email() string
- func (s *Domain) FamilyName() string
- func (s *Domain) GivenNames() string
- func (s *Domain) Phones() []domain.Phone
- func (s *Domain) Profession() string
- func (s *Domain) Region() string
- func (s *Domain) School() string
- func (s *Domain) Street() string
- type Reference
- type Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App interface { New(ctx context.Context, args Args) (*ddd.Response[Domain], error) One(ctx context.Context, id string) (*ddd.Response[Domain], error) ListByPage(ctx context.Context, args ddd.PaginationArgs) (*ddd.Response[Domain], error) List(ctx context.Context) (*ddd.Response[core.Option], error) Edit(ctx context.Context, args Args) (*ddd.Response[Domain], error) Remove(ctx context.Context, id string) (*ddd.Response[Domain], error) }
type Domain ¶
type Domain struct { *ddd.Aggregation // contains filtered or unexported fields }
func (*Domain) ActivePhone ¶
func (*Domain) FamilyName ¶
func (*Domain) GivenNames ¶
func (*Domain) Profession ¶
Click to show internal directories.
Click to hide internal directories.