 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToInterfaceList ¶ added in v0.24.5
func ConvertToInterfaceList(list interface{}) ([]interface{}, error)
    func ConvertToMap ¶ added in v0.24.5
Types ¶
type AdminCommand ¶
type AdminCommand interface {
	Handler(ctx context.Context, request *admin.CommandRequest) (interface{}, error)
	Validator(request *admin.CommandRequest) error
}
     Click to show internal directories. 
   Click to hide internal directories.