Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunProvider ¶
Types ¶
type Provider ¶
type Provider interface { Auth(setting map[string]interface{}, replay *bool) (err error) Query(qp QueryParam, replay *interface{}) (err error) }
type ProviderMaster ¶
type ProviderMaster struct { Path string // contains filtered or unexported fields }
func (*ProviderMaster) Auth ¶
func (pm *ProviderMaster) Auth() (replay bool, err error)
func (*ProviderMaster) Init ¶
func (pm *ProviderMaster) Init(setting map[string]interface{}) error
func (*ProviderMaster) Query ¶
func (pm *ProviderMaster) Query(qs string) (replay interface{}, err error)
type QueryParam ¶
Click to show internal directories.
Click to hide internal directories.