Documentation
¶
Overview ¶
Package unkform handles PackItForms messages with an unrecognized form type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Type = message.Type{
Tag: "UNKNOWN",
Name: "unrecognized form message",
Article: "an",
}
Type is the type definition for an unrecognized form message.
Functions ¶
This section is empty.
Types ¶
type UnknownForm ¶
type UnknownForm struct { message.BaseMessage OriginMsgID string Handling string Subject string TaggedValues map[string]string }
UnknownForm holds the details of an unrecognized form message.
Click to show internal directories.
Click to hide internal directories.