cli

package
v0.0.0-...-0015e7d Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2021 License: Unlicense Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExampleClientDevTestsPrintlnGRCP

func ExampleClientDevTestsPrintlnGRCP() error

func ExampleClientDevTestsPrintlnREST

func ExampleClientDevTestsPrintlnREST() error

func ExampleRunClientGRCP

func ExampleRunClientGRCP()

func ExampleRunClientREST

func ExampleRunClientREST()

func NewConnDevGRPC

func NewConnDevGRPC() (*grpc.ClientConn, error)

func NewConnDevHTTP

func NewConnDevHTTP() *http.Client

func UserAddGRPC

func UserAddGRPC(grpcConn *grpc.ClientConn, active bool, name string) (*model.User, error)

func UserAddREST

func UserAddREST(httpCli *http.Client, active bool, name string) (*model.User, error)

func UserDelGRPC

func UserDelGRPC(grpcConn *grpc.ClientConn, userid int32) (*model.User, error)

func UserDelREST

func UserDelREST(httpCli *http.Client, userid int32) (*model.User, error)

func UserGetListGRPC

func UserGetListGRPC(grpcConn *grpc.ClientConn, activeselect string) (*model.Users, error)

func UserGetListREST

func UserGetListREST(httpCli *http.Client, activeselect string) (*model.Users, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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