Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ADGroup ¶
type ADGroup struct {
// contains filtered or unexported fields
}
User is the base implementation of ad Group object
type ADGroupRequest ¶
type ADGroupRequest struct {
// contains filtered or unexported fields
}
type ADGroupService ¶
type ADGroupService interface {
// contains filtered or unexported methods
}
type ADGroupServiceOp ¶
type ADGroupServiceOp struct {
// contains filtered or unexported fields
}
type ADOU ¶
type ADOU struct {
// contains filtered or unexported fields
}
OU is the base implementation of ad organizational unit object
type ADOUService ¶
type ADOUService interface {
// contains filtered or unexported methods
}
type ADOUServiceOp ¶
type ADOUServiceOp struct {
// contains filtered or unexported fields
}
type ADObject ¶
type ADObject struct {
// contains filtered or unexported fields
}
Object is the base implementation of ad object
type ADUser ¶
type ADUser struct {
// contains filtered or unexported fields
}
User is the base implementation of ad User object
type ADUserRequest ¶
type ADUserRequest struct {
// contains filtered or unexported fields
}
type ADUserService ¶
type ADUserService interface {
// contains filtered or unexported methods
}
type ADUserServiceOp ¶
type ADUserServiceOp struct {
// contains filtered or unexported fields
}
type API ¶
type API struct { ADUser ADUserService ADGroup ADGroupService ADOU ADOUService // contains filtered or unexported fields }
API is the basic struct which should implement the interface
type APIInterface ¶
type APIInterface interface {
// contains filtered or unexported methods
}
APIInterface is the basic interface for AD API
Click to show internal directories.
Click to hide internal directories.