interface/

directory
v0.0.0-...-f0a77d2 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: Apache-2.0

README

Interface

This folder and subfolders contain the code to implement the protocol buffers interface to talk to the parsec daemon.

This code is not part of the Parsec go language client public api and should not be used by client application developers directly.

Sub Folders

  • auth Authenticator code for authenticating with parsec daemon
  • connection Manages the connection (currently only unix socket) between the client and the parsec daemon
  • go-protobuf Intermediate protocol buffers definition files modified to add go packages - not stored in git.
  • operations Generated code for marshaling and unmarshaling protocol buffers messages to communicate with parsec daemon. These files are stored in git so that end application developers do not need to install protocol buffers compilers.
  • parsec-operations Git submodule containing protocol buffers definition of the parsec client interface.
  • requests Basic client to interface with the parsec daemon. This client is functional but exposes protocol buffer specific extensions to data-types and so is not suitable for end application developers.

Jump to

Keyboard shortcuts

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