package
Version:
v2024.3.0
Opens a new window with list of versions in this module.
Published: Dec 5, 2024
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package rpc contains wrapper around RPC client ONLY for internal usage.
Should be in sync with the RPC plugin
Dialer creates rpc socket Dialer.
func ExpandVal ¶
added in
v2024.1.2
ExpandVal replaces ${var} or $var in the string based on the mapping function.
For example, os.ExpandEnv(s) is equivalent to os.Expand(s, os.Getenv).
NewClient creates client ONLY for internal usage (communication between our application with RR side).
Client will be connected to the RPC.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.