Documentation ¶ Index ¶ Variables Constants ¶ This section is empty. Variables ¶ View Source 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, } ) Functions ¶ This section is empty. Types ¶ This section is empty. Source Files ¶ View all Source files types.go Directories ¶ Show internal Expand all Path Synopsis merge Click to show internal directories. Click to hide internal directories.