grafana/pkg/models/models.go

10 lines
92 B
Go
Raw Normal View History

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