Documentation ¶
Index ¶
- func CardURL(cardID interface{}) string
- func CategoryURL(categoryUUID interface{}) string
- func DecodeUUID(uuid string) ([]byte, error)
- func EncodeUUID(uuid []byte) string
- func FactionURL(factionID interface{}) string
- func GeneratePrevNextPageHref(count int, limit int, offset int, href string) (*string, *string)
- func GroupURL(groupID interface{}) string
- func IsModified(notModifiedSince string, lastModified time.Time) bool
- func IsNotFoundError(err error) bool
- func LastModified(data *goa.ResponseData, date time.Time)
- func MediaURL(filename interface{}) string
- func RarityURL(rarityID interface{}) string
- func SwaggerURL() string
- func ValidateLimitOffset(count int, limit int, offset int) (int, int)
- func VariationURL(cardID interface{}, variationID interface{}) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CategoryURL ¶
func CategoryURL(categoryUUID interface{}) string
func DecodeUUID ¶
func EncodeUUID ¶
func FactionURL ¶
func FactionURL(factionID interface{}) string
FactionHref returns the resource href.
func IsModified ¶ added in v0.5.6
func IsNotFoundError ¶ added in v0.5.7
func LastModified ¶ added in v0.5.6
func LastModified(data *goa.ResponseData, date time.Time)
func SwaggerURL ¶
func SwaggerURL() string
func VariationURL ¶
func VariationURL(cardID interface{}, variationID interface{}) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.