Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDrive ¶
func RegisterDrive(name string, drive ProtocHandler)
Types ¶
type ProtocHandler ¶
type ProtocHandler interface {
Handler(ctx context.Context) http.HandlerFunc
}
func Handler ¶
func Handler(name string) (ProtocHandler, error)
Click to show internal directories.
Click to hide internal directories.