tlusefulService

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2026 License: MPL-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Code generated by tl2gen; DO NOT EDIT.

Code generated by tl2gen; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Client  rpc.Client
	Network string // should be either "tcp4" or "unix"
	Address string
	ActorID int64         // should be >0 for routing via rpc-proxy
	Timeout time.Duration // set to extra.CustomTimeoutMs, if not already set
}

func (*Client) GetUserEntity

func (c *Client) GetUserEntity(ctx context.Context, args GetUserEntity, extra *rpc.InvokeReqExtra, ret *GetUserEntity__Result) (err error)

type Handler

type Handler struct {
	GetUserEntity func(ctx context.Context, args GetUserEntity) (GetUserEntity__Result, error) // usefulService.getUserEntity

}

func (*Handler) Handle

func (h *Handler) Handle(ctx context.Context, hctx *rpc.HandlerContext) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL