Bläddra i källkod

Add Description to CollectionParams

for creating a new collection.
pull/17/head
Matt Baer 5 år sedan
förälder
incheckning
d4fd65f9c0
1 ändrade filer med 3 tillägg och 2 borttagningar
  1. +3
    -2
      collection.go

+ 3
- 2
collection.go Visa fil

@@ -26,8 +26,9 @@ type (

// CollectionParams holds values for creating a collection.
CollectionParams struct {
Alias string `json:"alias"`
Title string `json:"title"`
Alias string `json:"alias"`
Title string `json:"title"`
Description string `json:"description,omitempty"`
}
)



Laddar…
Avbryt
Spara