Skip to content

🔌 RoadRunner API, powered with protobuf. Contains plugins interfaces and proto api.

License

Notifications You must be signed in to change notification settings

roadrunner-server/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoadRunner API

To install and use generated packages:

go get github.com/roadrunner-server/api/v4/build/<API_NAME>/v1

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

package foo

import (
	jobsv1 "github.com/roadrunner-server/api/v4/build/jobs/v1"
)

func Push(in *jobsv1.PushRequest, out *jobsv1.Empty) error {
	return nil
}

Centrifugal API

Building API

  • Install buf: go install github.com/bufbuild/buf/cmd/buf@latest.
  • In the repository root run: buf generate --debug

About

🔌 RoadRunner API, powered with protobuf. Contains plugins interfaces and proto api.

Resources

License

Stars

Watchers

Forks

Sponsor this project