Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ORPCThis = &FieldDoc{ Name: "This", Doc: []string{"This: ORPCTHIS structure that is used to send ORPC extension data to the server."}, } ORPCThat = &FieldDoc{ Name: "That", Doc: []string{"That: ORPCTHAT structure that is used to return ORPC extension data to the client."}, } )
View Source
var (
LogOutput = os.Stderr
)
Functions ¶
func MustURLJoinPath ¶
Types ¶
type Doc ¶
type Doc struct { Types []*TypeDoc `json:"types"` // contains filtered or unexported fields }
func (*Doc) NewDocumentFromCache ¶
Click to show internal directories.
Click to hide internal directories.