Documentation ¶
Index ¶
Constants ¶
View Source
const ( ShowTypePackage = iota ShowTypeService ShowTypeMessage ShowTypeRPC ShowTypeHeader )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallParams ¶
type CallParams struct {
RPCName string
}
type DescribeParams ¶
type DescribeParams struct {
MsgName string
}
type HeaderParams ¶
type InputPort ¶
type InputPort interface { Package(*PackageParams) (io.Reader, error) Service(*ServiceParams) (io.Reader, error) Describe(*DescribeParams) (io.Reader, error) Show(*ShowParams) (io.Reader, error) Header(*HeaderParams) (io.Reader, error) Call(*CallParams) (io.Reader, error) }
type OutputPort ¶
type PackageParams ¶
type PackageParams struct {
PkgName string
}
type ServiceParams ¶
type ServiceParams struct {
SvcName string
}
type ShowParams ¶
type ShowParams struct {
Type ShowType
}
Click to show internal directories.
Click to hide internal directories.