package
0.0.0-20230822140859-9853328ca77b
Repository: https://github.com/ansurfen/yock.git
Documentation: pkg.go.dev

# README

Yock Interface

English | 简体中文

Yock Interface provides a mesh interface based on grpc and protobuf to help developers build Yock extensions quickly and easily. It's somewhat similar to microservices and requires constant local loopbacks. But the benefits are self-evident, and the use of networking supports more languages and is more convenient than intrusive (dynamic libraries).

API

Ping

Parameter: empty Return value: empty Function: Used to test whether the connection is reachable

Call

Parameters: Fn (string), Args (string) Return value: Buf (string) Function: The Call function is the core of the Interface, which receives the function name (Fn) and parameters (Args) to return Buf. This means that it can meet a large number of needs, through the free combination of function names and parameters, just like calling functions within the program, the return value can be in the serialized JSON, XML and other formats.

# Packages

No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author

# Interfaces

EnvVar is an interface to abstract different os enviroment variable.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SignalStream is an abstract interface for distributing and updating singals.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
YockRuntime is an interface to abstract single and multiple interpreters.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author