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

     1  // Code generated by protoc-gen-go-http. DO NOT EDIT.
     2  
     3  package session
     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.session.UserService/Login",
    15  				FunctionName: "Login",
    16  			},
    17  			{
    18  				Path:         "/keyauth.session.UserService/Logout",
    19  				FunctionName: "Logout",
    20  			},
    21  			{
    22  				Path:         "/keyauth.session.UserService/DescribeSession",
    23  				FunctionName: "DescribeSession",
    24  			},
    25  			{
    26  				Path:         "/keyauth.session.UserService/QuerySession",
    27  				FunctionName: "QuerySession",
    28  			},
    29  			{
    30  				Path:         "/keyauth.session.AdminService/QueryUserLastSession",
    31  				FunctionName: "QueryUserLastSession",
    32  			},
    33  		},
    34  	}
    35  	return set
    36  }