12 lines
187 B
Go
12 lines
187 B
Go
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
|
|
}
|