Documentation
¶
Index ¶
- Constants
- Variables
- func DoRequest(method string, path string, query map[string]*string, body interface{}, ...) (response *tea.Response, err error)
- func GetOpenApiConfig() (config *openapi.Config)
- type DingIdReduceAble
- type DingIdReduceFn
- type DingIdReduceStruct
- type DingtalkOptions
- type DintalkResponse
- type RequestOption
Constants ¶
View Source
const ( AttrUserid = "userid" AttrUnionId = "unionId" AttDeptId = "deptId" )
Variables ¶
View Source
var ErrUserIdIsEmpty = errors.New("userId is empty")
Functions ¶
func GetOpenApiConfig ¶
Types ¶
type DingIdReduceAble ¶
type DingIdReduceAble interface {
SetReduceFn(fn DingIdReduceFn)
}
type DingIdReduceFn ¶
type DingIdReduceStruct ¶
type DingIdReduceStruct struct {
DingIdReduceFn DingIdReduceFn
}
func (*DingIdReduceStruct) ReduceBatch ¶
func (*DingIdReduceStruct) SetReduceFn ¶
func (d *DingIdReduceStruct) SetReduceFn(fn DingIdReduceFn)
type DingtalkOptions ¶
type DintalkResponse ¶
Click to show internal directories.
Click to hide internal directories.