github.com/benoitkugler/goacve@v0.0.0-20201217100549-151ce6e55dc8/server/shared/types.go (about)

     1  package shared
     2  
     3  type NotificationContent struct {
     4  	IsError bool                `json:"is_error"`
     5  	Error   NotificationError   `json:"error"`
     6  	Success NotificationSuccess `json:"success"`
     7  }