Documentation ¶
Index ¶
- type ADComputer
- type ADComputerRequest
- type ADComputerService
- type ADComputerServiceOp
- type ADGroup
- type ADGroupRequest
- type ADGroupService
- type ADGroupServiceOp
- type ADOU
- type ADOUService
- type ADOUServiceOp
- type ADObject
- type ADObjectService
- type ADObjectServiceOp
- type ADUser
- type ADUserRequest
- type ADUserService
- type ADUserServiceOp
- type Client
- type Conn
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ADComputer ¶
type ADComputer struct {
// contains filtered or unexported fields
}
Computer is the base implementation of ad computer object
type ADComputerRequest ¶
type ADComputerRequest struct {
// contains filtered or unexported fields
}
type ADComputerService ¶
type ADComputerService interface {
// contains filtered or unexported methods
}
type ADComputerServiceOp ¶
type ADComputerServiceOp struct {
// contains filtered or unexported fields
}
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 ADObjectService ¶
type ADObjectService interface {
// contains filtered or unexported methods
}
type ADObjectServiceOp ¶
type ADObjectServiceOp struct {
// contains filtered or unexported fields
}
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 Client ¶
type Client struct { ADUser ADUserService ADGroup ADGroupService ADOU ADOUService ADObject ADObjectService // contains filtered or unexported fields }
API is the basic struct which should implement the interface
Click to show internal directories.
Click to hide internal directories.