grafana/pkg/models/models.go

10 lines
92 B
Go
Raw Normal View History

2014-10-07 14:54:38 -05:00
package models
type OAuthType int
const (
GITHUB OAuthType = iota + 1
GOOGLE
TWITTER
)