7
0
gaore-common-sdk-go/services/jedi/client.go

12 lines
187 B
Go
Raw Normal View History

2020-08-03 20:48:58 +08:00
package jedi
import "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk"
type Client struct {
sdk.Client
}
func NewClientWithAccessKey(accesskey, secrect string) *Client {
return nil
}