Skip to content

Commit

Permalink
Fix key model field createAt -> CreateAt (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
readper authored and houjunchen committed Dec 17, 2018
1 parent 7c2adad commit 17a869f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type PlatformStrings struct {

type Key struct {
KeyID int64 `json:"key_id,omitempty"`
createdAt string `json:"created_at,omitempty"`
CreatedAt string `json:"created_at,omitempty"`
KeyName PlatformStrings `json:"key_name,omitempty"`
Filenames PlatformStrings `json:"filenames,omitempty"`
Description string `json:"description,omitempty"`
Expand Down

0 comments on commit 17a869f

Please sign in to comment.