tracker

package
v0.0.0-...-bc2656d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2020 License: AGPL-3.0 Imports: 3 Imported by: 0

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

func NewPicture(field, value string) (*Picture, error)

func (Picture) Value

func (p Picture) Value() string

type UserId

type UserId struct {
	// contains filtered or unexported fields
}

UserId user unique identifier

@ValueObject

func NewUserId

func NewUserId(field, value string) (*UserId, error)

func (UserId) Value

func (i UserId) Value() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL