%% -*- coding: utf-8 -*- %% Automatically generated, do not edit %% Generated by gpb_compile version 4.21.1 -ifndef(message_pb). -define(message_pb, true). -define(message_pb_gpb_version, "4.21.1"). -ifndef('AUTH_REQUEST_PB_H'). -define('AUTH_REQUEST_PB_H', true). -record(auth_request, {uuid = <<>> :: unicode:chardata() | undefined, % = 1, optional username = <<>> :: unicode:chardata() | undefined, % = 2, optional salt = <<>> :: unicode:chardata() | undefined, % = 4, optional token = <<>> :: unicode:chardata() | undefined, % = 5, optional timestamp = 0 :: non_neg_integer() | undefined % = 6, optional, 32 bits }). -endif. -ifndef('AUTH_REPLY_PB_H'). -define('AUTH_REPLY_PB_H', true). -record(auth_reply, {code = 0 :: non_neg_integer() | undefined, % = 1, optional, 32 bits message = <<>> :: unicode:chardata() | undefined % = 2, optional }). -endif. -ifndef('PUB_PB_H'). -define('PUB_PB_H', true). -record(pub, {topic = <<>> :: unicode:chardata() | undefined, % = 1, optional content = <<>> :: iodata() | undefined % = 2, optional }). -endif. -ifndef('COMMAND_PB_H'). -define('COMMAND_PB_H', true). -record(command, {command_type = <<>> :: unicode:chardata() | undefined, % = 1, optional command = <<>> :: iodata() | undefined % = 2, optional }). -endif. -ifndef('RPC_DEPLOY_PB_H'). -define('RPC_DEPLOY_PB_H', true). -record(rpc_deploy, {packet_id = 0 :: non_neg_integer() | undefined, % = 1, optional, 32 bits task_id = 0 :: non_neg_integer() | undefined, % = 2, optional, 32 bits config = <<>> :: unicode:chardata() | undefined % = 3, optional }). -endif. -ifndef('RPC_START_CONTAINER_PB_H'). -define('RPC_START_CONTAINER_PB_H', true). -record(rpc_start_container, {packet_id = 0 :: non_neg_integer() | undefined, % = 1, optional, 32 bits container_name = <<>> :: unicode:chardata() | undefined % = 2, optional }). -endif. -ifndef('RPC_STOP_CONTAINER_PB_H'). -define('RPC_STOP_CONTAINER_PB_H', true). -record(rpc_stop_container, {packet_id = 0 :: non_neg_integer() | undefined, % = 1, optional, 32 bits container_name = <<>> :: unicode:chardata() | undefined % = 2, optional }). -endif. -ifndef('RPC_CONFIG_CONTAINER_PB_H'). -define('RPC_CONFIG_CONTAINER_PB_H', true). -record(rpc_config_container, {packet_id = 0 :: non_neg_integer() | undefined, % = 1, optional, 32 bits container_name = <<>> :: unicode:chardata() | undefined, % = 2, optional config = <<>> :: iodata() | undefined % = 3, optional }). -endif. -ifndef('FETCH_TASK_LOG_PB_H'). -define('FETCH_TASK_LOG_PB_H', true). -record(fetch_task_log, {task_id = 0 :: non_neg_integer() | undefined % = 1, optional, 32 bits }). -endif. -ifndef('CONTAINER_CONFIG_PB_H'). -define('CONTAINER_CONFIG_PB_H', true). -record(container_config, {container_name = <<>> :: unicode:chardata() | undefined, % = 1, optional config = <<>> :: iodata() | undefined % = 2, optional }). -endif. -ifndef('DATA_PB_H'). -define('DATA_PB_H', true). -record(data, {service_id = <<>> :: unicode:chardata() | undefined, % = 1, optional device_uuid = <<>> :: unicode:chardata() | undefined, % = 2, optional route_key = <<>> :: unicode:chardata() | undefined, % = 3, optional metric = <<>> :: iodata() | undefined % = 4, optional }). -endif. -ifndef('EVENT_PB_H'). -define('EVENT_PB_H', true). -record(event, {service_id = <<>> :: unicode:chardata() | undefined, % = 1, optional event_type = 0 :: non_neg_integer() | undefined, % = 2, optional, 32 bits params = <<>> :: unicode:chardata() | undefined % = 3, optional }). -endif. -ifndef('PING_PB_H'). -define('PING_PB_H', true). -record(ping, {adcode = <<>> :: unicode:chardata() | undefined, % = 1, optional boot_time = 0 :: non_neg_integer() | undefined, % = 2, optional, 32 bits province = <<>> :: unicode:chardata() | undefined, % = 3, optional city = <<>> :: unicode:chardata() | undefined, % = 4, optional efka_version = <<>> :: unicode:chardata() | undefined, % = 5, optional kernel_arch = <<>> :: unicode:chardata() | undefined, % = 6, optional ips = [] :: [unicode:chardata()] | undefined, % = 7, repeated cpu_core = 0 :: non_neg_integer() | undefined, % = 8, optional, 32 bits cpu_load = 0 :: non_neg_integer() | undefined, % = 9, optional, 32 bits cpu_temperature = 0.0 :: float() | integer() | infinity | '-infinity' | nan | undefined, % = 10, optional disk = [] :: [integer()] | undefined, % = 11, repeated, 32 bits memory = [] :: [integer()] | undefined, % = 12, repeated, 32 bits interfaces = <<>> :: unicode:chardata() | undefined % = 13, optional }). -endif. -endif.