newsbot-portal/internal/domain/context.go

5 lines
83 B
Go
Raw Normal View History

package domain
type contextKey string
var UserNameContext contextKey = "username"