Documentation ¶
Index ¶
- func ExampleClientDevTestsPrintlnGRCP() error
- func ExampleClientDevTestsPrintlnREST() error
- func ExampleRunClientGRCP()
- func ExampleRunClientREST()
- func NewConnDevGRPC() (*grpc.ClientConn, error)
- func NewConnDevHTTP() *http.Client
- func UserAddGRPC(grpcConn *grpc.ClientConn, active bool, name string) (*model.User, error)
- func UserAddREST(httpCli *http.Client, active bool, name string) (*model.User, error)
- func UserDelGRPC(grpcConn *grpc.ClientConn, userid int32) (*model.User, error)
- func UserDelREST(httpCli *http.Client, userid int32) (*model.User, error)
- func UserGetListGRPC(grpcConn *grpc.ClientConn, activeselect string) (*model.Users, error)
- func UserGetListREST(httpCli *http.Client, activeselect string) (*model.Users, error)
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 UserAddGRPC ¶
func UserAddREST ¶
func UserDelGRPC ¶
func UserGetListGRPC ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.