github.com/CyCoreSystems/ari@v4.8.4+incompatible/message.go (about)

     1  package ari
     2  
     3  // Message is the first extension of the RawMessage type,
     4  // containing only a Type
     5  type Message struct {
     6  	Type string `json:"type"`
     7  }