ソースを参照

Add Description to CollectionParams

for creating a new collection.
pull/17/head
Matt Baer 5年前
コミット
d4fd65f9c0
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      collection.go

+ 3
- 2
collection.go ファイルの表示

@@ -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"`
}
)



読み込み中…
キャンセル
保存