Documentation ¶ Index ¶ type Note Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Note ¶ type Note struct { Text string `json:"text" datastore:"text"` Author string `json:"author" datastore:"author"` TS int64 `json:"ts" datastore:"ts"` // Time in seconds since the epoch. } Note is one note attached to an Incident or Silence. Source Files ¶ View all Source files note.go Click to show internal directories. Click to hide internal directories.