Exemplo n.º 1
0
Arquivo: event.go Projeto: tsuru/tsuru
func Allowed(scheme *permission.PermissionScheme, contexts ...permission.PermissionContext) AllowedPermission {
	return AllowedPermission{
		Scheme:   scheme.FullName(),
		Contexts: contexts,
	}
}