Misc
This commit is contained in:
parent
39ebac8aa4
commit
46591ba762
2 changed files with 6 additions and 2 deletions
3
types.go
3
types.go
|
|
@ -1,7 +1,8 @@
|
|||
package photoprism
|
||||
|
||||
type Config struct {
|
||||
Config *Options `json:"config"`
|
||||
Config *Options `json:"config"`
|
||||
AccessToken string `json:"access_token"`
|
||||
}
|
||||
|
||||
type Options struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue