import "istio.io/istio/pkg/proto"
var ( // BoolTrue is a bool true pointer of types.BoolValue. BoolTrue = &wrappers.BoolValue{ Value: true, } // BoolFalse is a bool false pointer of types.BoolValue. BoolFalse = &wrappers.BoolValue{ Value: false, } )
Package proto imports 1 packages (graph) and is imported by 6 packages. Updated 2020-06-04. Refresh now. Tools for package owners.