15 lines
235 B
Go
15 lines
235 B
Go
package config
|
|
|
|
type ConfigBpjs struct {
|
|
Cons_id string
|
|
Secret_key string
|
|
User_key string
|
|
}
|
|
|
|
type ConfigSatuSehat struct {
|
|
Org_id string
|
|
Client_id string
|
|
Client_secret string
|
|
Token string
|
|
}
|