summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/auth.go
blob: becf45f6433f1a10b78a08088c4555579a507256 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2022 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.

//go:build !windows

package v1

import auth_service "code.gitea.io/gitea/services/auth"

func specialAdd(group *auth_service.Group) {}