Newer
Older
func Do[T any](ctx context.Context, c Conn, method string, args any) (*T, error) {
func Call[T any](ctx context.Context, c Conn, method string, args ...any) (*T, error) {
var t T
good morning!!!!
func Do[T any](ctx context.Context, c Conn, method string, args any) (*T, error) {
func Call[T any](ctx context.Context, c Conn, method string, args ...any) (*T, error) {
var t T