You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
187 B

  1. package jedi
  2. import "golib.gaore.com/GaoreGo/gaore-common-sdk-go/sdk"
  3. type Client struct {
  4. sdk.Client
  5. }
  6. func NewClientWithAccessKey(accesskey, secrect string) *Client {
  7. return nil
  8. }