Documentation
¶
Index ¶
Constants ¶
View Source
const (
TokenSourceExec = "TokenSourceExec"
)
Variables ¶
View Source
var ( ClientUnsafeFeatures = []string{ TokenSourceExec, } ServerUnsafeFeatures = []string{ TokenSourceExec, } )
Functions ¶
This section is empty.
Types ¶
type UnsafeFeatures ¶
type UnsafeFeatures struct {
// contains filtered or unexported fields
}
func NewUnsafeFeatures ¶
func NewUnsafeFeatures(allowed []string) *UnsafeFeatures
func (*UnsafeFeatures) IsEnabled ¶
func (u *UnsafeFeatures) IsEnabled(feature string) bool
Click to show internal directories.
Click to hide internal directories.