Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelloInternal ¶
type HelloInternal struct {
TraceID string `am:"trace_id"`
}
type HelloReply ¶
type HelloReply struct {
Answer string `am:"answer"`
Internal HelloInternal `am:"internal"`
}
type HelloRequest ¶
Click to show internal directories.
Click to hide internal directories.