mirror of
https://github.com/lingble/talos.git
synced 2025-12-11 18:15:20 +00:00
This PR introduces APId. This service replaces the frontend functionality previously provided by OSD. The main driver for this is two fold: 1. Create a single purpose application to expose the talos api 2. Make use of code generation to DRY api changes Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
11 lines
243 B
Protocol Buffer
11 lines
243 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package api;
|
|
|
|
option go_package = "github.com/talos-systems/talos/api";
|
|
|
|
import public "os/os.proto";
|
|
import public "machine/machine.proto";
|
|
import public "common/common.proto";
|
|
import public "google/protobuf/empty.proto";
|