Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type String ¶
type String struct {
Id uuid.UUID `json:"id"`
Name string `json:"name" binding:"required"`
Order int `json:"order"`
Thread uuid.UUID `json:"thread" binding:"required"`
Description string `json:"description,omitempty"`
DateCreated time.Time `json:"dateCreated"`
DateModified time.Time `json:"dateModified"`
}
type StringOrder ¶
Click to show internal directories.
Click to hide internal directories.