mirror of
https://github.com/gotify/cli.git
synced 2024-01-28 15:20:39 +03:00
Add ability to set a default priority for cli client, fix #2
This commit is contained in:
committed by
Jannis Mattheis
parent
facfb9b517
commit
a38bf37dcd
@@ -1,7 +1,8 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
Token string `json:"token"`
|
||||
URL string `json:"url"`
|
||||
FromLocation string `json:"-"`
|
||||
Token string `json:"token"`
|
||||
URL string `json:"url"`
|
||||
DefaultPriority int `json:"defaultPriority"`
|
||||
FromLocation string `json:"-"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user