Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2018 v0.1.0 Sep 5, 2017 Changes in this version + func ProcessExtension(handleExtension extensionHandler) + type ExtensionHandlerRequest struct + CompilerVersion *Version + Wrapper *Wrapper + func (*ExtensionHandlerRequest) Descriptor() ([]byte, []int) + func (*ExtensionHandlerRequest) ProtoMessage() + func (m *ExtensionHandlerRequest) GetCompilerVersion() *Version + func (m *ExtensionHandlerRequest) GetWrapper() *Wrapper + func (m *ExtensionHandlerRequest) Reset() + func (m *ExtensionHandlerRequest) String() string + type ExtensionHandlerResponse struct + Error []string + Handled bool + Value *google_protobuf.Any + func (*ExtensionHandlerResponse) Descriptor() ([]byte, []int) + func (*ExtensionHandlerResponse) ProtoMessage() + func (m *ExtensionHandlerResponse) GetError() []string + func (m *ExtensionHandlerResponse) GetHandled() bool + func (m *ExtensionHandlerResponse) GetValue() *google_protobuf.Any + func (m *ExtensionHandlerResponse) Reset() + func (m *ExtensionHandlerResponse) String() string + type Version struct + Major int32 + Minor int32 + Patch int32 + Suffix string + func (*Version) Descriptor() ([]byte, []int) + func (*Version) ProtoMessage() + func (m *Version) GetMajor() int32 + func (m *Version) GetMinor() int32 + func (m *Version) GetPatch() int32 + func (m *Version) GetSuffix() string + func (m *Version) Reset() + func (m *Version) String() string + type Wrapper struct + ExtensionName string + Version string + Yaml string + func (*Wrapper) Descriptor() ([]byte, []int) + func (*Wrapper) ProtoMessage() + func (m *Wrapper) GetExtensionName() string + func (m *Wrapper) GetVersion() string + func (m *Wrapper) GetYaml() string + func (m *Wrapper) Reset() + func (m *Wrapper) String() string