10 lines
140 B
Go
10 lines
140 B
Go
//go:build !linux
|
|
|
|
package main
|
|
|
|
import "context"
|
|
|
|
func authorizeTakeOver(ctx context.Context, identity peerIdentity) error {
|
|
return nil
|
|
}
|