All Downloads are FREE. Search and download functionalities are using the official Maven repository.

v2ray.com.core.app.log.command.config.proto Maven / Gradle / Ivy

The newest version!
syntax = "proto3";

package v2ray.core.app.log.command;
option csharp_namespace = "V2Ray.Core.App.Log.Command";
option go_package = "command";
option java_package = "com.v2ray.core.app.log.command";
option java_multiple_files = true;

message Config {
}

message RestartLoggerRequest {}

message RestartLoggerResponse{}

service LoggerService {
  rpc RestartLogger(RestartLoggerRequest) returns (RestartLoggerResponse) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy