Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShortURL ¶
type ShortURL struct {
ID uint64 `msgpack:"id"`
URL string `msgpack:"url"`
Expires time.Time `msgpack:"expires"`
Visits uint64 `msgpack:"visits"`
Created time.Time `msgpack:"created"`
Modified time.Time `msgpack:"modified"`
CreatedBy string `msgpack:"created_by"`
}
func (*ShortURL) MarshalValue ¶
func (*ShortURL) UnmarshalValue ¶
type Storage ¶
Click to show internal directories.
Click to hide internal directories.