Instance Propertygrpc-swift 2.0.0GRPCCodeGen
level
CodeGenerator.swift:68var level: Level
var level: Level
s11GRPCCodeGen13CodeGeneratorV6ConfigV11AccessLevelV5levelAG0G0Ovp
What are these?1NXHL
import GRPCCodeGen
struct AccessLevel
The possible access levels for the generated code.
struct CodeGenerator
Generates SourceFile
objects containing generated code for the RPCs represented in a CodeGenerationRequest
object.
struct Config
User options for the CodeGeneration.
enum Level
static var `internal`: Self { get }
The generated code will have internal
access level.
static var package: Self { get }
The generated code will have package
access level.
static var `public`: Self { get }
The generated code will have public
access level.