mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 20:09:58 +00:00
TUN-1052: Changing type of OriginCert to :Data
This commit is contained in:

committed by
Areg Harutyunyan

parent
3079f27205
commit
fc2c7c9718
@@ -32,7 +32,7 @@ type TunnelRegistration struct {
|
||||
LogLines []string
|
||||
PermanentFailure bool
|
||||
TunnelID string `capnp:"tunnelID"`
|
||||
OriginCert string `capnp:"originCert"`
|
||||
OriginCert []byte `capnp:"originCert"`
|
||||
}
|
||||
|
||||
func MarshalTunnelRegistration(s tunnelrpc.TunnelRegistration, p *TunnelRegistration) error {
|
||||
|
Reference in New Issue
Block a user