Add Priority to auth rules
This commit is contained in:
		@@ -11,7 +11,6 @@ import (
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	context "context"
 | 
			
		||||
	api "github.com/micro/go-micro/v2/api"
 | 
			
		||||
	client "github.com/micro/go-micro/v2/client"
 | 
			
		||||
	server "github.com/micro/go-micro/v2/server"
 | 
			
		||||
)
 | 
			
		||||
@@ -28,17 +27,10 @@ var _ = math.Inf
 | 
			
		||||
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
 | 
			
		||||
 | 
			
		||||
// Reference imports to suppress errors if they are not otherwise used.
 | 
			
		||||
var _ api.Endpoint
 | 
			
		||||
var _ context.Context
 | 
			
		||||
var _ client.Option
 | 
			
		||||
var _ server.Option
 | 
			
		||||
 | 
			
		||||
// Api Endpoints for Debug service
 | 
			
		||||
 | 
			
		||||
func NewDebugEndpoints() []*api.Endpoint {
 | 
			
		||||
	return []*api.Endpoint{}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Client API for Debug service
 | 
			
		||||
 | 
			
		||||
type DebugService interface {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user