Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface {
HasAuthMethod(auth core.MountPathEntity) (bool, error)
ListAuthMethods() ([]*Method, error)
DeleteAuthMethod(auth core.MountPathEntity) error
CreateAuthMethod(auth MethodEntity) error
ReadAuthMethod(auth core.MountPathEntity) (*Method, error)
}
type Method ¶
func (*Method) GetMountPath ¶
type MethodEntity ¶
type MethodEntity interface {
core.MountPathEntity
GetMethod() (Type, error)
}
Click to show internal directories.
Click to hide internal directories.