Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type PaaSAuth struct + func NewPaaSAuth() *PaaSAuth + func (a *PaaSAuth) VerifyAccessTokenForEe(accessToken string) (bool, map[string]interface{}, error) + func (a *PaaSAuth) VerifyAccessTokenForIeod(accessToken string) (bool, map[string]interface{}, error) + type QueryData struct + Identity map[string]interface{} + type QueryResp struct + Data QueryData + ErrCode int + ErrMessage string + RequestID string + Result bool + func HTTPPostToBkIamAuth(url string, data map[string]interface{}, header map[string]string) (QueryResp, error) + type Response struct + Code int + Data map[string]interface{} + Message string + func HTTPGet(url string, params map[string]string) (Response, error)