Include types from gonavitia/navitia
This commit is contained in:
parent
82769f923e
commit
24b1102761
157 changed files with 26062 additions and 116 deletions
7
types/message.go
Normal file
7
types/message.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package types
|
||||
|
||||
// A Message contains the text to be provided to the traveler.
|
||||
type Message struct {
|
||||
Text string `json:"text"` // The message to bring to the traveler
|
||||
Channel *Channel `json:"channel"` // The destination media for this Message.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue