api

module
v4.3.2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2023 License: MIT

README

RoadRunner API

ALL protobuf API located here: Buf

To install and use generated packages:

go get go.buf.build/protocolbuffers/go/roadrunner-server/api

The Proto API is used for external integrations, mostly for RPC or as internal communications. For example:

package foo

import (
	jobsv1 "go.buf.build/protocolbuffers/go/roadrunner-server/api"
)

func Push(in *jobsv1.PushRequest, out *jobsv1.Empty) error {
	return nil
}
  • You can also navigate to the DOCS tab to inspect the full API.

Directories

Path Synopsis
plugins

Jump to

Keyboard shortcuts

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