basic refactor + new prototype

This commit is contained in:
Matej Kramny
2017-02-04 16:02:22 -08:00
parent aaecc1669a
commit e910807973
6 changed files with 145 additions and 81 deletions

7
api.go Normal file
View File

@@ -0,0 +1,7 @@
package cachet
type CachetAPI struct {
Url string `json:"api_url"`
Token string `json:"api_token"`
Insecure bool `json:"insecure"`
}