darius ba49467acf ntfy enter
refactor auto
types refactor
2024-05-27 14:47:18 +02:00

6 lines
81 B
Go

package types
type SlackMessage struct {
Text string `json:"text,omitempty"`
}