Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 v0.5.1 May 31, 2018 Changes in this version + func GetPlugin(name string) func(role, service string, props map[string]string) Auth + func Init() + func InstallPlugin(name string, f func(role, service string, props map[string]string) Auth) + type Auth interface + CheckAuthorization func(check *Check) *CheckResult + GetAPICertification func(ak, sk, project string) (*Cert, error) + type Cert struct + AK string + Project string + ShaAKAndSK string + type Check struct + TargetMethod string + TargetService string + TargetServiceProperties map[string]string + type CheckResult struct + Err error + Message string