Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryId ¶
type CategoryId struct {
// contains filtered or unexported fields
}
CategoryId category unique identifier
@ValueObject
func NewCategoryId ¶
func NewCategoryId(field, value string) (*CategoryId, error)
func (CategoryId) Value ¶
func (i CategoryId) Value() string
type DirectorId ¶
type DirectorId struct {
// contains filtered or unexported fields
}
DirectorId director unique identifier
@ValueObject
func NewDirectorId ¶
func NewDirectorId(field, value string) (*DirectorId, error)
func (DirectorId) Value ¶
func (i DirectorId) Value() string
type DisplayName ¶
type DisplayName struct {
// contains filtered or unexported fields
}
DisplayName name which will be displayed to users
@ValueObject
func NewDisplayName ¶
func NewDisplayName(field, value string) (*DisplayName, error)
func (DisplayName) Value ¶
func (n DisplayName) Value() string
type Picture ¶
type Picture struct {
// contains filtered or unexported fields
}
Picture image referenced by URL
@ValueObject
func NewPicture ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.