Skip to content

Commit

Permalink
Merge pull request #36 from NathanBak/patch-1
Browse files Browse the repository at this point in the history
Add modified_at fields to key struct
  • Loading branch information
andrewLab-lokalise authored Feb 23, 2022
2 parents 31cbd05 + 94b6b46 commit c8b7ed0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions svc_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ type Key struct {
BaseWords int `json:"base_words"`
CharLimit int `json:"char_limit"`
CustomAttributes string `json:"custom_attributes,omitempty"`

ModifiedAt string `json:"modified_at,omitempty"`
ModifiedAtTs int64 `json:"modified_at_timestamp,omitempty"`
}

type PlatformStrings struct {
Expand Down

0 comments on commit c8b7ed0

Please sign in to comment.