Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Code string `yaml:"code" json:"code"` Name string `yaml:"name" json:"name"` Server string `yaml:"server" json:"server"` Enable bool `yaml:"enable" json:"enable"` }
Config represent Config
type Covid19 ¶
type Covid19 struct { Server string // contains filtered or unexported fields }
Covid19 Client SDK
func NewCovid19 ¶
NewCovid19 new Covid19 Client SDK
func (*Covid19) GetData ¶
func (c *Covid19) GetData() (*c19type.DataResponse, error)
GetData get Data.json
Click to show internal directories.
Click to hide internal directories.