config.go
changeset 66 965586c1e3ed
parent 59 dd2e302b56d9
child 67 1ff7afce37fe
equal deleted inserted replaced
65:0d245f3b076f 66:965586c1e3ed
    31 	)
    31 	)
    32 )
    32 )
    33 
    33 
    34 // Config holds our parameters
    34 // Config holds our parameters
    35 type Server struct {
    35 type Server struct {
    36 	ID          int64
    36 	ID          string
    37 	Name        string
    37 	Name        string
    38 	BearerToken string
    38 	BearerToken string
    39 }
    39 }
    40 
    40 
    41 type Config struct {
    41 type Config struct {