Create & Init Project...
This commit is contained in:
15
app/service/live/third_api/skyhorse/client.go
Normal file
15
app/service/live/third_api/skyhorse/client.go
Normal file
@ -0,0 +1,15 @@
|
||||
package skyhorse
|
||||
|
||||
import "go-common/library/net/http/blademaster"
|
||||
|
||||
type Client struct {
|
||||
conf *blademaster.ClientConfig
|
||||
}
|
||||
|
||||
func (c *Client) getConf() *blademaster.ClientConfig {
|
||||
return c.conf
|
||||
}
|
||||
|
||||
func New(c *blademaster.ClientConfig) *Client {
|
||||
return &Client{conf: c}
|
||||
}
|
Reference in New Issue
Block a user