Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Closure ¶
type Closure struct { ID uuid.UUID `json:"id" db:"id"` CreatedAt time.Time `json:"created_at" db:"created_at"` UpdatedAt time.Time `json:"updated_at" db:"updated_at"` Name string `json:"name" db:"name"` Address string `json:"address" db:"address"` Reason string `json:"reason" db:"reason"` ClosureDate time.Time `json:"closureDate" db:"closuredate"` ReopenDate nulls.Time `json:"reopenDate" db:"reopendate"` ReopenComments nulls.String `json:"reopenComments" db:"reopencomments"` }
func (*Closure) Validate ¶
Validate gets run everytime you call a "pop.Validate" method. This method is not required and may be deleted.
func (*Closure) ValidateSave ¶
ValidateSave gets run everytime you call "pop.ValidateSave" method. This method is not required and may be deleted.
func (*Closure) ValidateUpdate ¶
ValidateUpdate gets run everytime you call "pop.ValidateUpdate" method. This method is not required and may be deleted.
Click to show internal directories.
Click to hide internal directories.