Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Example ¶
type Example struct { ID dxo.ExampleID `json:"id"` Base Foo string `json:"foo"` Bar int `json:"bar"` }
Example ... VO
type ShortLink ¶
type ShortLink struct { ID dxo.ShortLinkID `json:"id"` Base Raw string `json:"raw"` Short string `json:"short"` Magic dxo.ShortLinkMagic `json:"magic"` MaxAge lang.Milliseconds `json:"maxage"` Enabled bool `json:"enabled"` }
ShortLink ... DTO
Click to show internal directories.
Click to hide internal directories.