1- // @generated by protoc-gen-es-lite unknown with parameter "ts_nocheck=false, target=ts"
1+ // @generated by protoc-gen-es-lite unknown with parameter "target=ts,ts_nocheck=false "
22// @generated from file github.com/aperturerobotics/bifrost/http/listener/config.proto (package bifrost.http.listener, syntax proto3)
33/* eslint-disable */
44
5- import type { MessageType , PartialFieldInfo } from ' @aptre/protobuf-es-lite'
6- import { createMessageType , ScalarType } from ' @aptre/protobuf-es-lite'
5+ import type { MessageType , PartialFieldInfo } from " @aptre/protobuf-es-lite" ;
6+ import { createMessageType , ScalarType } from " @aptre/protobuf-es-lite" ;
77
8- export const protobufPackage = ' bifrost.http.listener'
8+ export const protobufPackage = " bifrost.http.listener" ;
99
1010/**
1111 * Config configures a http server that listens on a port.
@@ -22,46 +22,48 @@ export interface Config {
2222 *
2323 * @generated from field: string addr = 1;
2424 */
25- addr ?: string
25+ addr ?: string ;
2626 /**
2727 * ClientId is the client id to set on LookupHTTPHandler.
2828 *
2929 * @generated from field: string client_id = 2;
3030 */
31- clientId ?: string
31+ clientId ?: string ;
3232 /**
3333 * CertFile is the path to the certificate file to use for https.
3434 * Can be unset to use HTTP.
3535 *
3636 * @generated from field: string cert_file = 3;
3737 */
38- certFile ?: string
38+ certFile ?: string ;
3939 /**
4040 * KeyFile is the path to the key file to use for https.
4141 * Cannot be unset if cert_file is set.
4242 * Otherwise can be unset.
4343 *
4444 * @generated from field: string key_file = 4;
4545 */
46- keyFile ?: string
46+ keyFile ?: string ;
4747 /**
4848 * Wait indicates to wait for LookupHTTPHandler even if it becomes idle.
4949 * If false: returns 404 not found if LookupHTTPHandler becomes idle.
5050 *
5151 * @generated from field: bool wait = 5;
5252 */
53- wait ?: boolean
54- }
53+ wait ?: boolean ;
54+
55+ } ;
5556
5657// Config contains the message type declaration for Config.
5758export const Config : MessageType < Config > = createMessageType ( {
58- typeName : 'bifrost.http.listener.Config' ,
59- fields : [
60- { no : 1 , name : 'addr' , kind : 'scalar' , T : ScalarType . STRING } ,
61- { no : 2 , name : 'client_id' , kind : 'scalar' , T : ScalarType . STRING } ,
62- { no : 3 , name : 'cert_file' , kind : 'scalar' , T : ScalarType . STRING } ,
63- { no : 4 , name : 'key_file' , kind : 'scalar' , T : ScalarType . STRING } ,
64- { no : 5 , name : 'wait' , kind : 'scalar' , T : ScalarType . BOOL } ,
65- ] as readonly PartialFieldInfo [ ] ,
66- packedByDefault : true ,
67- } )
59+ typeName : "bifrost.http.listener.Config" ,
60+ fields : [
61+ { no : 1 , name : "addr" , kind : "scalar" , T : ScalarType . STRING } ,
62+ { no : 2 , name : "client_id" , kind : "scalar" , T : ScalarType . STRING } ,
63+ { no : 3 , name : "cert_file" , kind : "scalar" , T : ScalarType . STRING } ,
64+ { no : 4 , name : "key_file" , kind : "scalar" , T : ScalarType . STRING } ,
65+ { no : 5 , name : "wait" , kind : "scalar" , T : ScalarType . BOOL } ,
66+ ] as readonly PartialFieldInfo [ ] ,
67+ packedByDefault : true ,
68+ } ) ;
69+
0 commit comments