Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Load ¶
func Load(config *recconf.RecommendConfig)
Types ¶
type TableStore ¶
type TableStore struct { EndPoint string InstanceName string RoleArn string Client *tablestore.TableStoreClient Expiration time.Time // contains filtered or unexported fields }
func GetTableStore ¶
func GetTableStore(name string) (*TableStore, error)
func (*TableStore) Init ¶
func (m *TableStore) Init() error
func (*TableStore) SetAccessKeyId ¶
func (m *TableStore) SetAccessKeyId(id string)
func (*TableStore) SetAccessKeySecret ¶
func (m *TableStore) SetAccessKeySecret(secret string)
Click to show internal directories.
Click to hide internal directories.