grafana/pkg/models/saml.go

6 lines
66 B
Go
Raw Normal View History

package models
type IsSAMLEnabledCommand struct {
Result bool
}