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

     1  // Code generated by protoc-gen-go-http. DO NOT EDIT.
     2  
     3  package verifycode
     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.verifycode.VerifyCodeService/IssueCode",
    15  				FunctionName: "IssueCode",
    16  			},
    17  			{
    18  				Path:         "/keyauth.verifycode.VerifyCodeService/CheckCode",
    19  				FunctionName: "CheckCode",
    20  			},
    21  		},
    22  	}
    23  	return set
    24  }