gorpc

command module
v0.0.0-...-bb87df9 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2019 License: MIT Imports: 1 Imported by: 0

README

goRPC

  1. Write all the functions on a sample databse that suffice as CRUD application.
  2. Now for it to be used by RPC it should satisfy certain conditions.

The conditions are -

  1. There should be methods instead of functions.
  2. The functions all need to be exported that means that they should have upper case letters in starting.
  3. The functions need to have 2 arguments, in which both are to be exported types.

*Exported type means that it should have upper case letter in it's structure.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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