newsbot-portal/internal/domain/context.go

5 lines
83 B
Go

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