func TestIsSubPath(t *testing.T) { … } func TestGetRequestAttributes(t *testing.T) { … } const authzTestNodeName … const authzTestUserName … type AuthzTestCase … func (a *AuthzTestCase) AssertAttributes(t *testing.T, attrs []authorizer.Attributes) { … } func AuthzTestUser() user.Info { … } func AuthzTestCases(fineGrained bool) []AuthzTestCase { … }