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

     1  // Code generated by protoc-gen-go-http. DO NOT EDIT.
     2  
     3  package domain
     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.domain.DomainService/CreateDomain",
    15  				FunctionName: "CreateDomain",
    16  			},
    17  			{
    18  				Path:         "/keyauth.domain.DomainService/UpdateDomain",
    19  				FunctionName: "UpdateDomain",
    20  			},
    21  			{
    22  				Path:         "/keyauth.domain.DomainService/DescribeDomain",
    23  				FunctionName: "DescribeDomain",
    24  			},
    25  			{
    26  				Path:         "/keyauth.domain.DomainService/QueryDomain",
    27  				FunctionName: "QueryDomain",
    28  			},
    29  			{
    30  				Path:         "/keyauth.domain.DomainService/DeleteDomain",
    31  				FunctionName: "DeleteDomain",
    32  			},
    33  			{
    34  				Path:         "/keyauth.domain.DomainService/UpdateDomainSecurity",
    35  				FunctionName: "UpdateDomainSecurity",
    36  			},
    37  		},
    38  	}
    39  	return set
    40  }