lemmy-reply-bot/internal/store/types.go

7 lines
55 B
Go

package store
const (
Comment = "c"
Post = "p"
)