Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FrontEndConn ¶
func FrontEndConn() (*grpc.ClientConn, error)
Types ¶
type FrontEndService ¶
type FrontEndService struct {
// contains filtered or unexported fields
}
func NewFrontEndService ¶
func NewFrontEndService(conn *grpc.ClientConn) (*FrontEndService, error)
func (*FrontEndService) CreateTicket ¶
func (fe *FrontEndService) CreateTicket(ctx context.Context, ticket *pb.CreateTicketRequest, opts ...grpc.CallOption) (*pb.Ticket, error)
Click to show internal directories.
Click to hide internal directories.