Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func IsSupportedForSchema ¶
func IsSupportedForType ¶
func IsSupportedForType(t ProtocolType) bool
Types ¶
type Protocol ¶
type Protocol struct { Type ProtocolType Name string }
type ProtocolType ¶
type ProtocolType int
const ( PT_UNKNOWN ProtocolType = iota PT_FILE )
func ProtocolTypeBySchema ¶
func ProtocolTypeBySchema(schema string) ProtocolType
Click to show internal directories.
Click to hide internal directories.