github.com/infraboard/keyauth@v0.8.1/apps/endpoint/service_http.pb.go (about)

     1  // Code generated by protoc-gen-go-http. DO NOT EDIT.
     2  
     3  package endpoint
     4  
     5  import (
     6  	http "github.com/infraboard/mcube/pb/http"
     7  )
     8  
     9  // HttpEntry todo
    10  func HttpEntry() *http.EntrySet {
    11  	set := &http.EntrySet{
    12  		Items: []*http.Entry{
    13  			{
    14  				Path:         "/keyauth.endpoint.EndpointService/DescribeEndpoint",
    15  				FunctionName: "DescribeEndpoint",
    16  			},
    17  			{
    18  				Path:         "/keyauth.endpoint.EndpointService/QueryEndpoints",
    19  				FunctionName: "QueryEndpoints",
    20  			},
    21  			{
    22  				Path:         "/keyauth.endpoint.EndpointService/Registry",
    23  				FunctionName: "Registry",
    24  			},
    25  			{
    26  				Path:         "/keyauth.endpoint.EndpointService/DeleteEndpoint",
    27  				FunctionName: "DeleteEndpoint",
    28  			},
    29  			{
    30  				Path:         "/keyauth.endpoint.EndpointService/QueryResources",
    31  				FunctionName: "QueryResources",
    32  			},
    33  		},
    34  	}
    35  	return set
    36  }