Files
2026-01-26 16:28:36 +01:00

8 lines
158 B
Go

package github
// FeatureFlags defines runtime feature toggles that adjust tool behavior.
type FeatureFlags struct {
LockdownMode bool
InsidersMode bool
}