8 lines
158 B
Go
8 lines
158 B
Go
package github
|
|
|
|
// FeatureFlags defines runtime feature toggles that adjust tool behavior.
|
|
type FeatureFlags struct {
|
|
LockdownMode bool
|
|
InsidersMode bool
|
|
}
|