Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowMessage ¶
type FlowMessage struct {
Kind string `xml:"kind,attr"`
Timestamp utils.XSDDateTime `xml:"timestamp,attr"`
Message iso18626.ISO18626Message `xml:"ISO18626Message"`
}
type FlowsApi ¶
type FlowsApi struct {
// contains filtered or unexported fields
}
func CreateFlowsApi ¶
func CreateFlowsApi() *FlowsApi
func (*FlowsApi) HttpHandler ¶
func (api *FlowsApi) HttpHandler() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.