source_metadatapb

package
v3.0.0-...-838862a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2023 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Visibility_name = map[int32]string{
		0: "public",
		1: "private",
		2: "shared",
		3: "unknown",
	}
	Visibility_value = map[string]int32{
		"public":  0,
		"private": 1,
		"shared":  2,
		"unknown": 3,
	}
)

Enum value maps for Visibility.

View Source
var File_source_metadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Artifactory

type Artifactory struct {
	Repo      string `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Username  string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Email     string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-FileInfo

func (*Artifactory) Descriptor deprecated

func (*Artifactory) Descriptor() ([]byte, []int)

Deprecated: Use Artifactory.ProtoReflect.Descriptor instead.

func (*Artifactory) GetEmail

func (x *Artifactory) GetEmail() string
func (x *Artifactory) GetLink() string

func (*Artifactory) GetPath

func (x *Artifactory) GetPath() string

func (*Artifactory) GetRepo

func (x *Artifactory) GetRepo() string

func (*Artifactory) GetTimestamp

func (x *Artifactory) GetTimestamp() string

func (*Artifactory) GetUsername

func (x *Artifactory) GetUsername() string

func (*Artifactory) ProtoMessage

func (*Artifactory) ProtoMessage()

func (*Artifactory) ProtoReflect

func (x *Artifactory) ProtoReflect() protoreflect.Message

func (*Artifactory) Reset

func (x *Artifactory) Reset()

func (*Artifactory) String

func (x *Artifactory) String() string

func (*Artifactory) Validate

func (m *Artifactory) Validate() error

Validate checks the field values on Artifactory with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Artifactory) ValidateAll

func (m *Artifactory) ValidateAll() error

ValidateAll checks the field values on Artifactory with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactoryMultiError, or nil if none found.

type ArtifactoryMultiError

type ArtifactoryMultiError []error

ArtifactoryMultiError is an error wrapping multiple validation errors returned by Artifactory.ValidateAll() if the designated constraints aren't met.

func (ArtifactoryMultiError) AllErrors

func (m ArtifactoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactoryMultiError) Error

func (m ArtifactoryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactoryValidationError

type ArtifactoryValidationError struct {
	// contains filtered or unexported fields
}

ArtifactoryValidationError is the validation error returned by Artifactory.Validate if the designated constraints aren't met.

func (ArtifactoryValidationError) Cause

Cause function returns cause value.

func (ArtifactoryValidationError) Error

Error satisfies the builtin error interface

func (ArtifactoryValidationError) ErrorName

func (e ArtifactoryValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactoryValidationError) Field

Field function returns field value.

func (ArtifactoryValidationError) Key

Key function returns key value.

func (ArtifactoryValidationError) Reason

Reason function returns reason value.

type Azure

type Azure struct {
	Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Uploaded  string `protobuf:"bytes,3,opt,name=uploaded,proto3" json:"uploaded,omitempty"`
	Link      string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*Azure) Descriptor deprecated

func (*Azure) Descriptor() ([]byte, []int)

Deprecated: Use Azure.ProtoReflect.Descriptor instead.

func (*Azure) GetContainer

func (x *Azure) GetContainer() string

func (*Azure) GetEmail

func (x *Azure) GetEmail() string

func (*Azure) GetFile

func (x *Azure) GetFile() string
func (x *Azure) GetLink() string

func (*Azure) GetUploaded

func (x *Azure) GetUploaded() string

func (*Azure) ProtoMessage

func (*Azure) ProtoMessage()

func (*Azure) ProtoReflect

func (x *Azure) ProtoReflect() protoreflect.Message

func (*Azure) Reset

func (x *Azure) Reset()

func (*Azure) String

func (x *Azure) String() string

func (*Azure) Validate

func (m *Azure) Validate() error

Validate checks the field values on Azure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Azure) ValidateAll

func (m *Azure) ValidateAll() error

ValidateAll checks the field values on Azure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AzureMultiError, or nil if none found.

type AzureMultiError

type AzureMultiError []error

AzureMultiError is an error wrapping multiple validation errors returned by Azure.ValidateAll() if the designated constraints aren't met.

func (AzureMultiError) AllErrors

func (m AzureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureMultiError) Error

func (m AzureMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AzureRepos

type AzureRepos struct {
	Link         string     `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Username     string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository   string     `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	Commit       string     `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	Email        string     `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	File         string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Timestamp    string     `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line         int64      `protobuf:"varint,8,opt,name=line,proto3" json:"line,omitempty"`
	Visibility   Visibility `protobuf:"varint,9,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	Project      string     `protobuf:"bytes,10,opt,name=project,proto3" json:"project,omitempty"`
	Organization string     `protobuf:"bytes,11,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*AzureRepos) Descriptor deprecated

func (*AzureRepos) Descriptor() ([]byte, []int)

Deprecated: Use AzureRepos.ProtoReflect.Descriptor instead.

func (*AzureRepos) GetCommit

func (x *AzureRepos) GetCommit() string

func (*AzureRepos) GetEmail

func (x *AzureRepos) GetEmail() string

func (*AzureRepos) GetFile

func (x *AzureRepos) GetFile() string

func (*AzureRepos) GetLine

func (x *AzureRepos) GetLine() int64
func (x *AzureRepos) GetLink() string

func (*AzureRepos) GetOrganization

func (x *AzureRepos) GetOrganization() string

func (*AzureRepos) GetProject

func (x *AzureRepos) GetProject() string

func (*AzureRepos) GetRepository

func (x *AzureRepos) GetRepository() string

func (*AzureRepos) GetTimestamp

func (x *AzureRepos) GetTimestamp() string

func (*AzureRepos) GetUsername

func (x *AzureRepos) GetUsername() string

func (*AzureRepos) GetVisibility

func (x *AzureRepos) GetVisibility() Visibility

func (*AzureRepos) ProtoMessage

func (*AzureRepos) ProtoMessage()

func (*AzureRepos) ProtoReflect

func (x *AzureRepos) ProtoReflect() protoreflect.Message

func (*AzureRepos) Reset

func (x *AzureRepos) Reset()

func (*AzureRepos) String

func (x *AzureRepos) String() string

func (*AzureRepos) Validate

func (m *AzureRepos) Validate() error

Validate checks the field values on AzureRepos with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AzureRepos) ValidateAll

func (m *AzureRepos) ValidateAll() error

ValidateAll checks the field values on AzureRepos with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AzureReposMultiError, or nil if none found.

type AzureReposMultiError

type AzureReposMultiError []error

AzureReposMultiError is an error wrapping multiple validation errors returned by AzureRepos.ValidateAll() if the designated constraints aren't met.

func (AzureReposMultiError) AllErrors

func (m AzureReposMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureReposMultiError) Error

func (m AzureReposMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AzureReposValidationError

type AzureReposValidationError struct {
	// contains filtered or unexported fields
}

AzureReposValidationError is the validation error returned by AzureRepos.Validate if the designated constraints aren't met.

func (AzureReposValidationError) Cause

func (e AzureReposValidationError) Cause() error

Cause function returns cause value.

func (AzureReposValidationError) Error

Error satisfies the builtin error interface

func (AzureReposValidationError) ErrorName

func (e AzureReposValidationError) ErrorName() string

ErrorName returns error name.

func (AzureReposValidationError) Field

Field function returns field value.

func (AzureReposValidationError) Key

Key function returns key value.

func (AzureReposValidationError) Reason

func (e AzureReposValidationError) Reason() string

Reason function returns reason value.

type AzureValidationError

type AzureValidationError struct {
	// contains filtered or unexported fields
}

AzureValidationError is the validation error returned by Azure.Validate if the designated constraints aren't met.

func (AzureValidationError) Cause

func (e AzureValidationError) Cause() error

Cause function returns cause value.

func (AzureValidationError) Error

func (e AzureValidationError) Error() string

Error satisfies the builtin error interface

func (AzureValidationError) ErrorName

func (e AzureValidationError) ErrorName() string

ErrorName returns error name.

func (AzureValidationError) Field

func (e AzureValidationError) Field() string

Field function returns field value.

func (AzureValidationError) Key

func (e AzureValidationError) Key() bool

Key function returns key value.

func (AzureValidationError) Reason

func (e AzureValidationError) Reason() string

Reason function returns reason value.

type Bitbucket

type Bitbucket struct {
	File       string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Workspace  string `protobuf:"bytes,3,opt,name=workspace,proto3" json:"workspace,omitempty"`
	SnippetId  string `protobuf:"bytes,4,opt,name=snippet_id,json=snippetId,proto3" json:"snippet_id,omitempty"`
	Title      string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Commit     string `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`
	Email      string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Link       string `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp  string `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64  `protobuf:"varint,10,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Bitbucket) Descriptor deprecated

func (*Bitbucket) Descriptor() ([]byte, []int)

Deprecated: Use Bitbucket.ProtoReflect.Descriptor instead.

func (*Bitbucket) GetCommit

func (x *Bitbucket) GetCommit() string

func (*Bitbucket) GetEmail

func (x *Bitbucket) GetEmail() string

func (*Bitbucket) GetFile

func (x *Bitbucket) GetFile() string

func (*Bitbucket) GetLine

func (x *Bitbucket) GetLine() int64
func (x *Bitbucket) GetLink() string

func (*Bitbucket) GetRepository

func (x *Bitbucket) GetRepository() string

func (*Bitbucket) GetSnippetId

func (x *Bitbucket) GetSnippetId() string

func (*Bitbucket) GetTimestamp

func (x *Bitbucket) GetTimestamp() string

func (*Bitbucket) GetTitle

func (x *Bitbucket) GetTitle() string

func (*Bitbucket) GetWorkspace

func (x *Bitbucket) GetWorkspace() string

func (*Bitbucket) ProtoMessage

func (*Bitbucket) ProtoMessage()

func (*Bitbucket) ProtoReflect

func (x *Bitbucket) ProtoReflect() protoreflect.Message

func (*Bitbucket) Reset

func (x *Bitbucket) Reset()

func (*Bitbucket) String

func (x *Bitbucket) String() string

func (*Bitbucket) Validate

func (m *Bitbucket) Validate() error

Validate checks the field values on Bitbucket with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Bitbucket) ValidateAll

func (m *Bitbucket) ValidateAll() error

ValidateAll checks the field values on Bitbucket with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BitbucketMultiError, or nil if none found.

type BitbucketMultiError

type BitbucketMultiError []error

BitbucketMultiError is an error wrapping multiple validation errors returned by Bitbucket.ValidateAll() if the designated constraints aren't met.

func (BitbucketMultiError) AllErrors

func (m BitbucketMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BitbucketMultiError) Error

func (m BitbucketMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BitbucketValidationError

type BitbucketValidationError struct {
	// contains filtered or unexported fields
}

BitbucketValidationError is the validation error returned by Bitbucket.Validate if the designated constraints aren't met.

func (BitbucketValidationError) Cause

func (e BitbucketValidationError) Cause() error

Cause function returns cause value.

func (BitbucketValidationError) Error

func (e BitbucketValidationError) Error() string

Error satisfies the builtin error interface

func (BitbucketValidationError) ErrorName

func (e BitbucketValidationError) ErrorName() string

ErrorName returns error name.

func (BitbucketValidationError) Field

func (e BitbucketValidationError) Field() string

Field function returns field value.

func (BitbucketValidationError) Key

Key function returns key value.

func (BitbucketValidationError) Reason

func (e BitbucketValidationError) Reason() string

Reason function returns reason value.

type Buildkite

type Buildkite struct {
	Org         string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	Pipeline    string `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Link        string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email       string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	BuildNumber int64  `protobuf:"varint,5,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	Timestamp   string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Buildkite) Descriptor deprecated

func (*Buildkite) Descriptor() ([]byte, []int)

Deprecated: Use Buildkite.ProtoReflect.Descriptor instead.

func (*Buildkite) GetBuildNumber

func (x *Buildkite) GetBuildNumber() int64

func (*Buildkite) GetEmail

func (x *Buildkite) GetEmail() string
func (x *Buildkite) GetLink() string

func (*Buildkite) GetOrg

func (x *Buildkite) GetOrg() string

func (*Buildkite) GetPipeline

func (x *Buildkite) GetPipeline() string

func (*Buildkite) GetTimestamp

func (x *Buildkite) GetTimestamp() string

func (*Buildkite) ProtoMessage

func (*Buildkite) ProtoMessage()

func (*Buildkite) ProtoReflect

func (x *Buildkite) ProtoReflect() protoreflect.Message

func (*Buildkite) Reset

func (x *Buildkite) Reset()

func (*Buildkite) String

func (x *Buildkite) String() string

func (*Buildkite) Validate

func (m *Buildkite) Validate() error

Validate checks the field values on Buildkite with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Buildkite) ValidateAll

func (m *Buildkite) ValidateAll() error

ValidateAll checks the field values on Buildkite with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BuildkiteMultiError, or nil if none found.

type BuildkiteMultiError

type BuildkiteMultiError []error

BuildkiteMultiError is an error wrapping multiple validation errors returned by Buildkite.ValidateAll() if the designated constraints aren't met.

func (BuildkiteMultiError) AllErrors

func (m BuildkiteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BuildkiteMultiError) Error

func (m BuildkiteMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BuildkiteValidationError

type BuildkiteValidationError struct {
	// contains filtered or unexported fields
}

BuildkiteValidationError is the validation error returned by Buildkite.Validate if the designated constraints aren't met.

func (BuildkiteValidationError) Cause

func (e BuildkiteValidationError) Cause() error

Cause function returns cause value.

func (BuildkiteValidationError) Error

func (e BuildkiteValidationError) Error() string

Error satisfies the builtin error interface

func (BuildkiteValidationError) ErrorName

func (e BuildkiteValidationError) ErrorName() string

ErrorName returns error name.

func (BuildkiteValidationError) Field

func (e BuildkiteValidationError) Field() string

Field function returns field value.

func (BuildkiteValidationError) Key

Key function returns key value.

func (BuildkiteValidationError) Reason

func (e BuildkiteValidationError) Reason() string

Reason function returns reason value.

type CircleCI

type CircleCI struct {
	VcsType     string `protobuf:"bytes,1,opt,name=vcs_type,json=vcsType,proto3" json:"vcs_type,omitempty"`
	Username    string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository  string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	BuildNumber int64  `protobuf:"varint,4,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	BuildStep   string `protobuf:"bytes,5,opt,name=build_step,json=buildStep,proto3" json:"build_step,omitempty"`
	Link        string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
	Email       string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*CircleCI) Descriptor deprecated

func (*CircleCI) Descriptor() ([]byte, []int)

Deprecated: Use CircleCI.ProtoReflect.Descriptor instead.

func (*CircleCI) GetBuildNumber

func (x *CircleCI) GetBuildNumber() int64

func (*CircleCI) GetBuildStep

func (x *CircleCI) GetBuildStep() string

func (*CircleCI) GetEmail

func (x *CircleCI) GetEmail() string
func (x *CircleCI) GetLink() string

func (*CircleCI) GetRepository

func (x *CircleCI) GetRepository() string

func (*CircleCI) GetUsername

func (x *CircleCI) GetUsername() string

func (*CircleCI) GetVcsType

func (x *CircleCI) GetVcsType() string

func (*CircleCI) ProtoMessage

func (*CircleCI) ProtoMessage()

func (*CircleCI) ProtoReflect

func (x *CircleCI) ProtoReflect() protoreflect.Message

func (*CircleCI) Reset

func (x *CircleCI) Reset()

func (*CircleCI) String

func (x *CircleCI) String() string

func (*CircleCI) Validate

func (m *CircleCI) Validate() error

Validate checks the field values on CircleCI with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CircleCI) ValidateAll

func (m *CircleCI) ValidateAll() error

ValidateAll checks the field values on CircleCI with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CircleCIMultiError, or nil if none found.

type CircleCIMultiError

type CircleCIMultiError []error

CircleCIMultiError is an error wrapping multiple validation errors returned by CircleCI.ValidateAll() if the designated constraints aren't met.

func (CircleCIMultiError) AllErrors

func (m CircleCIMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CircleCIMultiError) Error

func (m CircleCIMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CircleCIValidationError

type CircleCIValidationError struct {
	// contains filtered or unexported fields
}

CircleCIValidationError is the validation error returned by CircleCI.Validate if the designated constraints aren't met.

func (CircleCIValidationError) Cause

func (e CircleCIValidationError) Cause() error

Cause function returns cause value.

func (CircleCIValidationError) Error

func (e CircleCIValidationError) Error() string

Error satisfies the builtin error interface

func (CircleCIValidationError) ErrorName

func (e CircleCIValidationError) ErrorName() string

ErrorName returns error name.

func (CircleCIValidationError) Field

func (e CircleCIValidationError) Field() string

Field function returns field value.

func (CircleCIValidationError) Key

func (e CircleCIValidationError) Key() bool

Key function returns key value.

func (CircleCIValidationError) Reason

func (e CircleCIValidationError) Reason() string

Reason function returns reason value.

type Confluence

type Confluence struct {
	Page      string `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
	Space     string `protobuf:"bytes,2,opt,name=space,proto3" json:"space,omitempty"`
	Version   string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Link      string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Location  string `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty"`
	File      string `protobuf:"bytes,8,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*Confluence) Descriptor deprecated

func (*Confluence) Descriptor() ([]byte, []int)

Deprecated: Use Confluence.ProtoReflect.Descriptor instead.

func (*Confluence) GetEmail

func (x *Confluence) GetEmail() string

func (*Confluence) GetFile

func (x *Confluence) GetFile() string
func (x *Confluence) GetLink() string

func (*Confluence) GetLocation

func (x *Confluence) GetLocation() string

func (*Confluence) GetPage

func (x *Confluence) GetPage() string

func (*Confluence) GetSpace

func (x *Confluence) GetSpace() string

func (*Confluence) GetTimestamp

func (x *Confluence) GetTimestamp() string

func (*Confluence) GetVersion

func (x *Confluence) GetVersion() string

func (*Confluence) ProtoMessage

func (*Confluence) ProtoMessage()

func (*Confluence) ProtoReflect

func (x *Confluence) ProtoReflect() protoreflect.Message

func (*Confluence) Reset

func (x *Confluence) Reset()

func (*Confluence) String

func (x *Confluence) String() string

func (*Confluence) Validate

func (m *Confluence) Validate() error

Validate checks the field values on Confluence with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Confluence) ValidateAll

func (m *Confluence) ValidateAll() error

ValidateAll checks the field values on Confluence with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfluenceMultiError, or nil if none found.

type ConfluenceMultiError

type ConfluenceMultiError []error

ConfluenceMultiError is an error wrapping multiple validation errors returned by Confluence.ValidateAll() if the designated constraints aren't met.

func (ConfluenceMultiError) AllErrors

func (m ConfluenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfluenceMultiError) Error

func (m ConfluenceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConfluenceValidationError

type ConfluenceValidationError struct {
	// contains filtered or unexported fields
}

ConfluenceValidationError is the validation error returned by Confluence.Validate if the designated constraints aren't met.

func (ConfluenceValidationError) Cause

func (e ConfluenceValidationError) Cause() error

Cause function returns cause value.

func (ConfluenceValidationError) Error

Error satisfies the builtin error interface

func (ConfluenceValidationError) ErrorName

func (e ConfluenceValidationError) ErrorName() string

ErrorName returns error name.

func (ConfluenceValidationError) Field

Field function returns field value.

func (ConfluenceValidationError) Key

Key function returns key value.

func (ConfluenceValidationError) Reason

func (e ConfluenceValidationError) Reason() string

Reason function returns reason value.

type Docker

type Docker struct {
	File  string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Layer string `protobuf:"bytes,3,opt,name=layer,proto3" json:"layer,omitempty"`
	Tag   string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*Docker) Descriptor deprecated

func (*Docker) Descriptor() ([]byte, []int)

Deprecated: Use Docker.ProtoReflect.Descriptor instead.

func (*Docker) GetFile

func (x *Docker) GetFile() string

func (*Docker) GetImage

func (x *Docker) GetImage() string

func (*Docker) GetLayer

func (x *Docker) GetLayer() string

func (*Docker) GetTag

func (x *Docker) GetTag() string

func (*Docker) ProtoMessage

func (*Docker) ProtoMessage()

func (*Docker) ProtoReflect

func (x *Docker) ProtoReflect() protoreflect.Message

func (*Docker) Reset

func (x *Docker) Reset()

func (*Docker) String

func (x *Docker) String() string

func (*Docker) Validate

func (m *Docker) Validate() error

Validate checks the field values on Docker with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Docker) ValidateAll

func (m *Docker) ValidateAll() error

ValidateAll checks the field values on Docker with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DockerMultiError, or nil if none found.

type DockerMultiError

type DockerMultiError []error

DockerMultiError is an error wrapping multiple validation errors returned by Docker.ValidateAll() if the designated constraints aren't met.

func (DockerMultiError) AllErrors

func (m DockerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DockerMultiError) Error

func (m DockerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DockerValidationError

type DockerValidationError struct {
	// contains filtered or unexported fields
}

DockerValidationError is the validation error returned by Docker.Validate if the designated constraints aren't met.

func (DockerValidationError) Cause

func (e DockerValidationError) Cause() error

Cause function returns cause value.

func (DockerValidationError) Error

func (e DockerValidationError) Error() string

Error satisfies the builtin error interface

func (DockerValidationError) ErrorName

func (e DockerValidationError) ErrorName() string

ErrorName returns error name.

func (DockerValidationError) Field

func (e DockerValidationError) Field() string

Field function returns field value.

func (DockerValidationError) Key

func (e DockerValidationError) Key() bool

Key function returns key value.

func (DockerValidationError) Reason

func (e DockerValidationError) Reason() string

Reason function returns reason value.

type ECR

type ECR struct {
	File     string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Layer    string `protobuf:"bytes,2,opt,name=layer,proto3" json:"layer,omitempty"`
	Image    string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Registry string `protobuf:"bytes,4,opt,name=registry,proto3" json:"registry,omitempty"`
	Region   string `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	Link     string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
	Email    string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*ECR) Descriptor deprecated

func (*ECR) Descriptor() ([]byte, []int)

Deprecated: Use ECR.ProtoReflect.Descriptor instead.

func (*ECR) GetEmail

func (x *ECR) GetEmail() string

func (*ECR) GetFile

func (x *ECR) GetFile() string

func (*ECR) GetImage

func (x *ECR) GetImage() string

func (*ECR) GetLayer

func (x *ECR) GetLayer() string
func (x *ECR) GetLink() string

func (*ECR) GetRegion

func (x *ECR) GetRegion() string

func (*ECR) GetRegistry

func (x *ECR) GetRegistry() string

func (*ECR) ProtoMessage

func (*ECR) ProtoMessage()

func (*ECR) ProtoReflect

func (x *ECR) ProtoReflect() protoreflect.Message

func (*ECR) Reset

func (x *ECR) Reset()

func (*ECR) String

func (x *ECR) String() string

func (*ECR) Validate

func (m *ECR) Validate() error

Validate checks the field values on ECR with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ECR) ValidateAll

func (m *ECR) ValidateAll() error

ValidateAll checks the field values on ECR with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ECRMultiError, or nil if none found.

type ECRMultiError

type ECRMultiError []error

ECRMultiError is an error wrapping multiple validation errors returned by ECR.ValidateAll() if the designated constraints aren't met.

func (ECRMultiError) AllErrors

func (m ECRMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ECRMultiError) Error

func (m ECRMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ECRValidationError

type ECRValidationError struct {
	// contains filtered or unexported fields
}

ECRValidationError is the validation error returned by ECR.Validate if the designated constraints aren't met.

func (ECRValidationError) Cause

func (e ECRValidationError) Cause() error

Cause function returns cause value.

func (ECRValidationError) Error

func (e ECRValidationError) Error() string

Error satisfies the builtin error interface

func (ECRValidationError) ErrorName

func (e ECRValidationError) ErrorName() string

ErrorName returns error name.

func (ECRValidationError) Field

func (e ECRValidationError) Field() string

Field function returns field value.

func (ECRValidationError) Key

func (e ECRValidationError) Key() bool

Key function returns key value.

func (ECRValidationError) Reason

func (e ECRValidationError) Reason() string

Reason function returns reason value.

type Filesystem

type Filesystem struct {
	File  string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Link  string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Line  int64  `protobuf:"varint,4,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Filesystem) Descriptor deprecated

func (*Filesystem) Descriptor() ([]byte, []int)

Deprecated: Use Filesystem.ProtoReflect.Descriptor instead.

func (*Filesystem) GetEmail

func (x *Filesystem) GetEmail() string

func (*Filesystem) GetFile

func (x *Filesystem) GetFile() string

func (*Filesystem) GetLine

func (x *Filesystem) GetLine() int64
func (x *Filesystem) GetLink() string

func (*Filesystem) ProtoMessage

func (*Filesystem) ProtoMessage()

func (*Filesystem) ProtoReflect

func (x *Filesystem) ProtoReflect() protoreflect.Message

func (*Filesystem) Reset

func (x *Filesystem) Reset()

func (*Filesystem) String

func (x *Filesystem) String() string

func (*Filesystem) Validate

func (m *Filesystem) Validate() error

Validate checks the field values on Filesystem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Filesystem) ValidateAll

func (m *Filesystem) ValidateAll() error

ValidateAll checks the field values on Filesystem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilesystemMultiError, or nil if none found.

type FilesystemMultiError

type FilesystemMultiError []error

FilesystemMultiError is an error wrapping multiple validation errors returned by Filesystem.ValidateAll() if the designated constraints aren't met.

func (FilesystemMultiError) AllErrors

func (m FilesystemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilesystemMultiError) Error

func (m FilesystemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type FilesystemValidationError

type FilesystemValidationError struct {
	// contains filtered or unexported fields
}

FilesystemValidationError is the validation error returned by Filesystem.Validate if the designated constraints aren't met.

func (FilesystemValidationError) Cause

func (e FilesystemValidationError) Cause() error

Cause function returns cause value.

func (FilesystemValidationError) Error

Error satisfies the builtin error interface

func (FilesystemValidationError) ErrorName

func (e FilesystemValidationError) ErrorName() string

ErrorName returns error name.

func (FilesystemValidationError) Field

Field function returns field value.

func (FilesystemValidationError) Key

Key function returns key value.

func (FilesystemValidationError) Reason

func (e FilesystemValidationError) Reason() string

Reason function returns reason value.

type GCS

type GCS struct {
	Bucket      string   `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Filename    string   `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Link        string   `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email       string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	CreatedAt   string   `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   string   `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Acls        []string `protobuf:"bytes,7,rep,name=acls,proto3" json:"acls,omitempty"`
	ContentType string   `protobuf:"bytes,8,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GCS) Descriptor deprecated

func (*GCS) Descriptor() ([]byte, []int)

Deprecated: Use GCS.ProtoReflect.Descriptor instead.

func (*GCS) GetAcls

func (x *GCS) GetAcls() []string

func (*GCS) GetBucket

func (x *GCS) GetBucket() string

func (*GCS) GetContentType

func (x *GCS) GetContentType() string

func (*GCS) GetCreatedAt

func (x *GCS) GetCreatedAt() string

func (*GCS) GetEmail

func (x *GCS) GetEmail() string

func (*GCS) GetFilename

func (x *GCS) GetFilename() string
func (x *GCS) GetLink() string

func (*GCS) GetUpdatedAt

func (x *GCS) GetUpdatedAt() string

func (*GCS) ProtoMessage

func (*GCS) ProtoMessage()

func (*GCS) ProtoReflect

func (x *GCS) ProtoReflect() protoreflect.Message

func (*GCS) Reset

func (x *GCS) Reset()

func (*GCS) String

func (x *GCS) String() string

func (*GCS) Validate

func (m *GCS) Validate() error

Validate checks the field values on GCS with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCS) ValidateAll

func (m *GCS) ValidateAll() error

ValidateAll checks the field values on GCS with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSMultiError, or nil if none found.

type GCSMultiError

type GCSMultiError []error

GCSMultiError is an error wrapping multiple validation errors returned by GCS.ValidateAll() if the designated constraints aren't met.

func (GCSMultiError) AllErrors

func (m GCSMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSMultiError) Error

func (m GCSMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GCSValidationError

type GCSValidationError struct {
	// contains filtered or unexported fields
}

GCSValidationError is the validation error returned by GCS.Validate if the designated constraints aren't met.

func (GCSValidationError) Cause

func (e GCSValidationError) Cause() error

Cause function returns cause value.

func (GCSValidationError) Error

func (e GCSValidationError) Error() string

Error satisfies the builtin error interface

func (GCSValidationError) ErrorName

func (e GCSValidationError) ErrorName() string

ErrorName returns error name.

func (GCSValidationError) Field

func (e GCSValidationError) Field() string

Field function returns field value.

func (GCSValidationError) Key

func (e GCSValidationError) Key() bool

Key function returns key value.

func (GCSValidationError) Reason

func (e GCSValidationError) Reason() string

Reason function returns reason value.

type Gerrit

type Gerrit struct {
	Commit    string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Email     string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Project   string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"` // projects are what Gerrit calls repositories
	Timestamp string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line      int64  `protobuf:"varint,6,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Gerrit) Descriptor deprecated

func (*Gerrit) Descriptor() ([]byte, []int)

Deprecated: Use Gerrit.ProtoReflect.Descriptor instead.

func (*Gerrit) GetCommit

func (x *Gerrit) GetCommit() string

func (*Gerrit) GetEmail

func (x *Gerrit) GetEmail() string

func (*Gerrit) GetFile

func (x *Gerrit) GetFile() string

func (*Gerrit) GetLine

func (x *Gerrit) GetLine() int64

func (*Gerrit) GetProject

func (x *Gerrit) GetProject() string

func (*Gerrit) GetTimestamp

func (x *Gerrit) GetTimestamp() string

func (*Gerrit) ProtoMessage

func (*Gerrit) ProtoMessage()

func (*Gerrit) ProtoReflect

func (x *Gerrit) ProtoReflect() protoreflect.Message

func (*Gerrit) Reset

func (x *Gerrit) Reset()

func (*Gerrit) String

func (x *Gerrit) String() string

func (*Gerrit) Validate

func (m *Gerrit) Validate() error

Validate checks the field values on Gerrit with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Gerrit) ValidateAll

func (m *Gerrit) ValidateAll() error

ValidateAll checks the field values on Gerrit with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GerritMultiError, or nil if none found.

type GerritMultiError

type GerritMultiError []error

GerritMultiError is an error wrapping multiple validation errors returned by Gerrit.ValidateAll() if the designated constraints aren't met.

func (GerritMultiError) AllErrors

func (m GerritMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GerritMultiError) Error

func (m GerritMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GerritValidationError

type GerritValidationError struct {
	// contains filtered or unexported fields
}

GerritValidationError is the validation error returned by Gerrit.Validate if the designated constraints aren't met.

func (GerritValidationError) Cause

func (e GerritValidationError) Cause() error

Cause function returns cause value.

func (GerritValidationError) Error

func (e GerritValidationError) Error() string

Error satisfies the builtin error interface

func (GerritValidationError) ErrorName

func (e GerritValidationError) ErrorName() string

ErrorName returns error name.

func (GerritValidationError) Field

func (e GerritValidationError) Field() string

Field function returns field value.

func (GerritValidationError) Key

func (e GerritValidationError) Key() bool

Key function returns key value.

func (GerritValidationError) Reason

func (e GerritValidationError) Reason() string

Reason function returns reason value.

type Git

type Git struct {
	Commit     string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File       string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Email      string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Repository string `protobuf:"bytes,4,opt,name=repository,proto3" json:"repository,omitempty"`
	Timestamp  string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64  `protobuf:"varint,6,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Git) Descriptor deprecated

func (*Git) Descriptor() ([]byte, []int)

Deprecated: Use Git.ProtoReflect.Descriptor instead.

func (*Git) GetCommit

func (x *Git) GetCommit() string

func (*Git) GetEmail

func (x *Git) GetEmail() string

func (*Git) GetFile

func (x *Git) GetFile() string

func (*Git) GetLine

func (x *Git) GetLine() int64

func (*Git) GetRepository

func (x *Git) GetRepository() string

func (*Git) GetTimestamp

func (x *Git) GetTimestamp() string

func (*Git) ProtoMessage

func (*Git) ProtoMessage()

func (*Git) ProtoReflect

func (x *Git) ProtoReflect() protoreflect.Message

func (*Git) Reset

func (x *Git) Reset()

func (*Git) String

func (x *Git) String() string

func (*Git) Validate

func (m *Git) Validate() error

Validate checks the field values on Git with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Git) ValidateAll

func (m *Git) ValidateAll() error

ValidateAll checks the field values on Git with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitMultiError, or nil if none found.

type GitMultiError

type GitMultiError []error

GitMultiError is an error wrapping multiple validation errors returned by Git.ValidateAll() if the designated constraints aren't met.

func (GitMultiError) AllErrors

func (m GitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitMultiError) Error

func (m GitMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitValidationError

type GitValidationError struct {
	// contains filtered or unexported fields
}

GitValidationError is the validation error returned by Git.Validate if the designated constraints aren't met.

func (GitValidationError) Cause

func (e GitValidationError) Cause() error

Cause function returns cause value.

func (GitValidationError) Error

func (e GitValidationError) Error() string

Error satisfies the builtin error interface

func (GitValidationError) ErrorName

func (e GitValidationError) ErrorName() string

ErrorName returns error name.

func (GitValidationError) Field

func (e GitValidationError) Field() string

Field function returns field value.

func (GitValidationError) Key

func (e GitValidationError) Key() bool

Key function returns key value.

func (GitValidationError) Reason

func (e GitValidationError) Reason() string

Reason function returns reason value.

type Github

type Github struct {
	Link       string     `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Username   string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository string     `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	Commit     string     `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	Email      string     `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	File       string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Timestamp  string     `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64      `protobuf:"varint,8,opt,name=line,proto3" json:"line,omitempty"`
	Visibility Visibility `protobuf:"varint,9,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*Github) Descriptor deprecated

func (*Github) Descriptor() ([]byte, []int)

Deprecated: Use Github.ProtoReflect.Descriptor instead.

func (*Github) GetCommit

func (x *Github) GetCommit() string

func (*Github) GetEmail

func (x *Github) GetEmail() string

func (*Github) GetFile

func (x *Github) GetFile() string

func (*Github) GetLine

func (x *Github) GetLine() int64
func (x *Github) GetLink() string

func (*Github) GetRepository

func (x *Github) GetRepository() string

func (*Github) GetTimestamp

func (x *Github) GetTimestamp() string

func (*Github) GetUsername

func (x *Github) GetUsername() string

func (*Github) GetVisibility

func (x *Github) GetVisibility() Visibility

func (*Github) ProtoMessage

func (*Github) ProtoMessage()

func (*Github) ProtoReflect

func (x *Github) ProtoReflect() protoreflect.Message

func (*Github) Reset

func (x *Github) Reset()

func (*Github) String

func (x *Github) String() string

func (*Github) Validate

func (m *Github) Validate() error

Validate checks the field values on Github with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Github) ValidateAll

func (m *Github) ValidateAll() error

ValidateAll checks the field values on Github with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GithubMultiError, or nil if none found.

type GithubMultiError

type GithubMultiError []error

GithubMultiError is an error wrapping multiple validation errors returned by Github.ValidateAll() if the designated constraints aren't met.

func (GithubMultiError) AllErrors

func (m GithubMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GithubMultiError) Error

func (m GithubMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GithubValidationError

type GithubValidationError struct {
	// contains filtered or unexported fields
}

GithubValidationError is the validation error returned by Github.Validate if the designated constraints aren't met.

func (GithubValidationError) Cause

func (e GithubValidationError) Cause() error

Cause function returns cause value.

func (GithubValidationError) Error

func (e GithubValidationError) Error() string

Error satisfies the builtin error interface

func (GithubValidationError) ErrorName

func (e GithubValidationError) ErrorName() string

ErrorName returns error name.

func (GithubValidationError) Field

func (e GithubValidationError) Field() string

Field function returns field value.

func (GithubValidationError) Key

func (e GithubValidationError) Key() bool

Key function returns key value.

func (GithubValidationError) Reason

func (e GithubValidationError) Reason() string

Reason function returns reason value.

type Gitlab

type Gitlab struct {
	Commit     string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File       string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Link       string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email      string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Repository string `protobuf:"bytes,5,opt,name=repository,proto3" json:"repository,omitempty"`
	Timestamp  string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64  `protobuf:"varint,7,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Gitlab) Descriptor deprecated

func (*Gitlab) Descriptor() ([]byte, []int)

Deprecated: Use Gitlab.ProtoReflect.Descriptor instead.

func (*Gitlab) GetCommit

func (x *Gitlab) GetCommit() string

func (*Gitlab) GetEmail

func (x *Gitlab) GetEmail() string

func (*Gitlab) GetFile

func (x *Gitlab) GetFile() string

func (*Gitlab) GetLine

func (x *Gitlab) GetLine() int64
func (x *Gitlab) GetLink() string

func (*Gitlab) GetRepository

func (x *Gitlab) GetRepository() string

func (*Gitlab) GetTimestamp

func (x *Gitlab) GetTimestamp() string

func (*Gitlab) ProtoMessage

func (*Gitlab) ProtoMessage()

func (*Gitlab) ProtoReflect

func (x *Gitlab) ProtoReflect() protoreflect.Message

func (*Gitlab) Reset

func (x *Gitlab) Reset()

func (*Gitlab) String

func (x *Gitlab) String() string

func (*Gitlab) Validate

func (m *Gitlab) Validate() error

Validate checks the field values on Gitlab with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Gitlab) ValidateAll

func (m *Gitlab) ValidateAll() error

ValidateAll checks the field values on Gitlab with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitlabMultiError, or nil if none found.

type GitlabMultiError

type GitlabMultiError []error

GitlabMultiError is an error wrapping multiple validation errors returned by Gitlab.ValidateAll() if the designated constraints aren't met.

func (GitlabMultiError) AllErrors

func (m GitlabMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitlabMultiError) Error

func (m GitlabMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitlabValidationError

type GitlabValidationError struct {
	// contains filtered or unexported fields
}

GitlabValidationError is the validation error returned by Gitlab.Validate if the designated constraints aren't met.

func (GitlabValidationError) Cause

func (e GitlabValidationError) Cause() error

Cause function returns cause value.

func (GitlabValidationError) Error

func (e GitlabValidationError) Error() string

Error satisfies the builtin error interface

func (GitlabValidationError) ErrorName

func (e GitlabValidationError) ErrorName() string

ErrorName returns error name.

func (GitlabValidationError) Field

func (e GitlabValidationError) Field() string

Field function returns field value.

func (GitlabValidationError) Key

func (e GitlabValidationError) Key() bool

Key function returns key value.

func (GitlabValidationError) Reason

func (e GitlabValidationError) Reason() string

Reason function returns reason value.

type GoogleDrive

type GoogleDrive struct {
	File           string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Link           string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Email          string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp      string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Shared         bool   `protobuf:"varint,5,opt,name=shared,proto3" json:"shared,omitempty"`
	LastModifiedBy string `protobuf:"bytes,6,opt,name=last_modified_by,json=lastModifiedBy,proto3" json:"last_modified_by,omitempty"`
	Path           string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GoogleDrive) Descriptor deprecated

func (*GoogleDrive) Descriptor() ([]byte, []int)

Deprecated: Use GoogleDrive.ProtoReflect.Descriptor instead.

func (*GoogleDrive) GetEmail

func (x *GoogleDrive) GetEmail() string

func (*GoogleDrive) GetFile

func (x *GoogleDrive) GetFile() string

func (*GoogleDrive) GetLastModifiedBy

func (x *GoogleDrive) GetLastModifiedBy() string
func (x *GoogleDrive) GetLink() string

func (*GoogleDrive) GetPath

func (x *GoogleDrive) GetPath() string

func (*GoogleDrive) GetShared

func (x *GoogleDrive) GetShared() bool

func (*GoogleDrive) GetTimestamp

func (x *GoogleDrive) GetTimestamp() string

func (*GoogleDrive) ProtoMessage

func (*GoogleDrive) ProtoMessage()

func (*GoogleDrive) ProtoReflect

func (x *GoogleDrive) ProtoReflect() protoreflect.Message

func (*GoogleDrive) Reset

func (x *GoogleDrive) Reset()

func (*GoogleDrive) String

func (x *GoogleDrive) String() string

func (*GoogleDrive) Validate

func (m *GoogleDrive) Validate() error

Validate checks the field values on GoogleDrive with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GoogleDrive) ValidateAll

func (m *GoogleDrive) ValidateAll() error

ValidateAll checks the field values on GoogleDrive with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GoogleDriveMultiError, or nil if none found.

type GoogleDriveMultiError

type GoogleDriveMultiError []error

GoogleDriveMultiError is an error wrapping multiple validation errors returned by GoogleDrive.ValidateAll() if the designated constraints aren't met.

func (GoogleDriveMultiError) AllErrors

func (m GoogleDriveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GoogleDriveMultiError) Error

func (m GoogleDriveMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GoogleDriveValidationError

type GoogleDriveValidationError struct {
	// contains filtered or unexported fields
}

GoogleDriveValidationError is the validation error returned by GoogleDrive.Validate if the designated constraints aren't met.

func (GoogleDriveValidationError) Cause

Cause function returns cause value.

func (GoogleDriveValidationError) Error

Error satisfies the builtin error interface

func (GoogleDriveValidationError) ErrorName

func (e GoogleDriveValidationError) ErrorName() string

ErrorName returns error name.

func (GoogleDriveValidationError) Field

Field function returns field value.

func (GoogleDriveValidationError) Key

Key function returns key value.

func (GoogleDriveValidationError) Reason

Reason function returns reason value.

type Jenkins

type Jenkins struct {
	ProjectName string `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	BuildNumber int64  `protobuf:"varint,2,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	Link        string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp   string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Jenkins) Descriptor deprecated

func (*Jenkins) Descriptor() ([]byte, []int)

Deprecated: Use Jenkins.ProtoReflect.Descriptor instead.

func (*Jenkins) GetBuildNumber

func (x *Jenkins) GetBuildNumber() int64
func (x *Jenkins) GetLink() string

func (*Jenkins) GetProjectName

func (x *Jenkins) GetProjectName() string

func (*Jenkins) GetTimestamp

func (x *Jenkins) GetTimestamp() string

func (*Jenkins) ProtoMessage

func (*Jenkins) ProtoMessage()

func (*Jenkins) ProtoReflect

func (x *Jenkins) ProtoReflect() protoreflect.Message

func (*Jenkins) Reset

func (x *Jenkins) Reset()

func (*Jenkins) String

func (x *Jenkins) String() string

func (*Jenkins) Validate

func (m *Jenkins) Validate() error

Validate checks the field values on Jenkins with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Jenkins) ValidateAll

func (m *Jenkins) ValidateAll() error

ValidateAll checks the field values on Jenkins with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JenkinsMultiError, or nil if none found.

type JenkinsMultiError

type JenkinsMultiError []error

JenkinsMultiError is an error wrapping multiple validation errors returned by Jenkins.ValidateAll() if the designated constraints aren't met.

func (JenkinsMultiError) AllErrors

func (m JenkinsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JenkinsMultiError) Error

func (m JenkinsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JenkinsValidationError

type JenkinsValidationError struct {
	// contains filtered or unexported fields
}

JenkinsValidationError is the validation error returned by Jenkins.Validate if the designated constraints aren't met.

func (JenkinsValidationError) Cause

func (e JenkinsValidationError) Cause() error

Cause function returns cause value.

func (JenkinsValidationError) Error

func (e JenkinsValidationError) Error() string

Error satisfies the builtin error interface

func (JenkinsValidationError) ErrorName

func (e JenkinsValidationError) ErrorName() string

ErrorName returns error name.

func (JenkinsValidationError) Field

func (e JenkinsValidationError) Field() string

Field function returns field value.

func (JenkinsValidationError) Key

func (e JenkinsValidationError) Key() bool

Key function returns key value.

func (JenkinsValidationError) Reason

func (e JenkinsValidationError) Reason() string

Reason function returns reason value.

type Jira

type Jira struct {
	Issue     string `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	Author    string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Location  string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Jira) Descriptor deprecated

func (*Jira) Descriptor() ([]byte, []int)

Deprecated: Use Jira.ProtoReflect.Descriptor instead.

func (*Jira) GetAuthor

func (x *Jira) GetAuthor() string

func (*Jira) GetEmail

func (x *Jira) GetEmail() string

func (*Jira) GetIssue

func (x *Jira) GetIssue() string
func (x *Jira) GetLink() string

func (*Jira) GetLocation

func (x *Jira) GetLocation() string

func (*Jira) GetTimestamp

func (x *Jira) GetTimestamp() string

func (*Jira) ProtoMessage

func (*Jira) ProtoMessage()

func (*Jira) ProtoReflect

func (x *Jira) ProtoReflect() protoreflect.Message

func (*Jira) Reset

func (x *Jira) Reset()

func (*Jira) String

func (x *Jira) String() string

func (*Jira) Validate

func (m *Jira) Validate() error

Validate checks the field values on Jira with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Jira) ValidateAll

func (m *Jira) ValidateAll() error

ValidateAll checks the field values on Jira with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JiraMultiError, or nil if none found.

type JiraMultiError

type JiraMultiError []error

JiraMultiError is an error wrapping multiple validation errors returned by Jira.ValidateAll() if the designated constraints aren't met.

func (JiraMultiError) AllErrors

func (m JiraMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JiraMultiError) Error

func (m JiraMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JiraValidationError

type JiraValidationError struct {
	// contains filtered or unexported fields
}

JiraValidationError is the validation error returned by Jira.Validate if the designated constraints aren't met.

func (JiraValidationError) Cause

func (e JiraValidationError) Cause() error

Cause function returns cause value.

func (JiraValidationError) Error

func (e JiraValidationError) Error() string

Error satisfies the builtin error interface

func (JiraValidationError) ErrorName

func (e JiraValidationError) ErrorName() string

ErrorName returns error name.

func (JiraValidationError) Field

func (e JiraValidationError) Field() string

Field function returns field value.

func (JiraValidationError) Key

func (e JiraValidationError) Key() bool

Key function returns key value.

func (JiraValidationError) Reason

func (e JiraValidationError) Reason() string

Reason function returns reason value.

type MetaData

type MetaData struct {

	// Types that are assignable to Data:
	//
	//	*MetaData_Azure
	//	*MetaData_Bitbucket
	//	*MetaData_Circleci
	//	*MetaData_Confluence
	//	*MetaData_Docker
	//	*MetaData_Ecr
	//	*MetaData_Gcs
	//	*MetaData_Github
	//	*MetaData_Gitlab
	//	*MetaData_Jira
	//	*MetaData_Npm
	//	*MetaData_Pypi
	//	*MetaData_S3
	//	*MetaData_Slack
	//	*MetaData_Filesystem
	//	*MetaData_Git
	//	*MetaData_Test
	//	*MetaData_Buildkite
	//	*MetaData_Gerrit
	//	*MetaData_Jenkins
	//	*MetaData_Teams
	//	*MetaData_Artifactory
	//	*MetaData_Syslog
	//	*MetaData_PublicEventMonitoring
	//	*MetaData_Sharepoint
	//	*MetaData_GoogleDrive
	//	*MetaData_AzureRepos
	Data isMetaData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*MetaData) Descriptor deprecated

func (*MetaData) Descriptor() ([]byte, []int)

Deprecated: Use MetaData.ProtoReflect.Descriptor instead.

func (*MetaData) GetArtifactory

func (x *MetaData) GetArtifactory() *Artifactory

func (*MetaData) GetAzure

func (x *MetaData) GetAzure() *Azure

func (*MetaData) GetAzureRepos

func (x *MetaData) GetAzureRepos() *AzureRepos

func (*MetaData) GetBitbucket

func (x *MetaData) GetBitbucket() *Bitbucket

func (*MetaData) GetBuildkite

func (x *MetaData) GetBuildkite() *Buildkite

func (*MetaData) GetCircleci

func (x *MetaData) GetCircleci() *CircleCI

func (*MetaData) GetConfluence

func (x *MetaData) GetConfluence() *Confluence

func (*MetaData) GetData

func (m *MetaData) GetData() isMetaData_Data

func (*MetaData) GetDocker

func (x *MetaData) GetDocker() *Docker

func (*MetaData) GetEcr

func (x *MetaData) GetEcr() *ECR

func (*MetaData) GetFilesystem

func (x *MetaData) GetFilesystem() *Filesystem

func (*MetaData) GetGcs

func (x *MetaData) GetGcs() *GCS

func (*MetaData) GetGerrit

func (x *MetaData) GetGerrit() *Gerrit

func (*MetaData) GetGit

func (x *MetaData) GetGit() *Git

func (*MetaData) GetGithub

func (x *MetaData) GetGithub() *Github

func (*MetaData) GetGitlab

func (x *MetaData) GetGitlab() *Gitlab

func (*MetaData) GetGoogleDrive

func (x *MetaData) GetGoogleDrive() *GoogleDrive

func (*MetaData) GetJenkins

func (x *MetaData) GetJenkins() *Jenkins

func (*MetaData) GetJira

func (x *MetaData) GetJira() *Jira

func (*MetaData) GetNpm

func (x *MetaData) GetNpm() *NPM

func (*MetaData) GetPublicEventMonitoring

func (x *MetaData) GetPublicEventMonitoring() *PublicEventMonitoring

func (*MetaData) GetPypi

func (x *MetaData) GetPypi() *PyPi

func (*MetaData) GetS3

func (x *MetaData) GetS3() *S3

func (*MetaData) GetSharepoint

func (x *MetaData) GetSharepoint() *SharePoint

func (*MetaData) GetSlack

func (x *MetaData) GetSlack() *Slack

func (*MetaData) GetSyslog

func (x *MetaData) GetSyslog() *Syslog

func (*MetaData) GetTeams

func (x *MetaData) GetTeams() *Teams

func (*MetaData) GetTest

func (x *MetaData) GetTest() *Test

func (*MetaData) ProtoMessage

func (*MetaData) ProtoMessage()

func (*MetaData) ProtoReflect

func (x *MetaData) ProtoReflect() protoreflect.Message

func (*MetaData) Reset

func (x *MetaData) Reset()

func (*MetaData) String

func (x *MetaData) String() string

func (*MetaData) Validate

func (m *MetaData) Validate() error

Validate checks the field values on MetaData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetaData) ValidateAll

func (m *MetaData) ValidateAll() error

ValidateAll checks the field values on MetaData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetaDataMultiError, or nil if none found.

type MetaDataMultiError

type MetaDataMultiError []error

MetaDataMultiError is an error wrapping multiple validation errors returned by MetaData.ValidateAll() if the designated constraints aren't met.

func (MetaDataMultiError) AllErrors

func (m MetaDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetaDataMultiError) Error

func (m MetaDataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MetaDataValidationError

type MetaDataValidationError struct {
	// contains filtered or unexported fields
}

MetaDataValidationError is the validation error returned by MetaData.Validate if the designated constraints aren't met.

func (MetaDataValidationError) Cause

func (e MetaDataValidationError) Cause() error

Cause function returns cause value.

func (MetaDataValidationError) Error

func (e MetaDataValidationError) Error() string

Error satisfies the builtin error interface

func (MetaDataValidationError) ErrorName

func (e MetaDataValidationError) ErrorName() string

ErrorName returns error name.

func (MetaDataValidationError) Field

func (e MetaDataValidationError) Field() string

Field function returns field value.

func (MetaDataValidationError) Key

func (e MetaDataValidationError) Key() bool

Key function returns key value.

func (MetaDataValidationError) Reason

func (e MetaDataValidationError) Reason() string

Reason function returns reason value.

type MetaData_Artifactory

type MetaData_Artifactory struct {
	Artifactory *Artifactory `protobuf:"bytes,22,opt,name=artifactory,proto3,oneof"`
}

type MetaData_Azure

type MetaData_Azure struct {
	Azure *Azure `protobuf:"bytes,1,opt,name=azure,proto3,oneof"`
}

type MetaData_AzureRepos

type MetaData_AzureRepos struct {
	AzureRepos *AzureRepos `protobuf:"bytes,27,opt,name=azureRepos,proto3,oneof"`
}

type MetaData_Bitbucket

type MetaData_Bitbucket struct {
	Bitbucket *Bitbucket `protobuf:"bytes,2,opt,name=bitbucket,proto3,oneof"`
}

type MetaData_Buildkite

type MetaData_Buildkite struct {
	Buildkite *Buildkite `protobuf:"bytes,18,opt,name=buildkite,proto3,oneof"`
}

type MetaData_Circleci

type MetaData_Circleci struct {
	Circleci *CircleCI `protobuf:"bytes,3,opt,name=circleci,proto3,oneof"`
}

type MetaData_Confluence

type MetaData_Confluence struct {
	Confluence *Confluence `protobuf:"bytes,4,opt,name=confluence,proto3,oneof"`
}

type MetaData_Docker

type MetaData_Docker struct {
	Docker *Docker `protobuf:"bytes,5,opt,name=docker,proto3,oneof"`
}

type MetaData_Ecr

type MetaData_Ecr struct {
	Ecr *ECR `protobuf:"bytes,6,opt,name=ecr,proto3,oneof"`
}

type MetaData_Filesystem

type MetaData_Filesystem struct {
	Filesystem *Filesystem `protobuf:"bytes,15,opt,name=filesystem,proto3,oneof"`
}

type MetaData_Gcs

type MetaData_Gcs struct {
	Gcs *GCS `protobuf:"bytes,7,opt,name=gcs,proto3,oneof"`
}

type MetaData_Gerrit

type MetaData_Gerrit struct {
	Gerrit *Gerrit `protobuf:"bytes,19,opt,name=gerrit,proto3,oneof"`
}

type MetaData_Git

type MetaData_Git struct {
	Git *Git `protobuf:"bytes,16,opt,name=git,proto3,oneof"`
}

type MetaData_Github

type MetaData_Github struct {
	Github *Github `protobuf:"bytes,8,opt,name=github,proto3,oneof"`
}

type MetaData_Gitlab

type MetaData_Gitlab struct {
	Gitlab *Gitlab `protobuf:"bytes,9,opt,name=gitlab,proto3,oneof"`
}

type MetaData_GoogleDrive

type MetaData_GoogleDrive struct {
	GoogleDrive *GoogleDrive `protobuf:"bytes,26,opt,name=googleDrive,proto3,oneof"`
}

type MetaData_Jenkins

type MetaData_Jenkins struct {
	Jenkins *Jenkins `protobuf:"bytes,20,opt,name=jenkins,proto3,oneof"`
}

type MetaData_Jira

type MetaData_Jira struct {
	Jira *Jira `protobuf:"bytes,10,opt,name=jira,proto3,oneof"`
}

type MetaData_Npm

type MetaData_Npm struct {
	Npm *NPM `protobuf:"bytes,11,opt,name=npm,proto3,oneof"`
}

type MetaData_PublicEventMonitoring

type MetaData_PublicEventMonitoring struct {
	PublicEventMonitoring *PublicEventMonitoring `protobuf:"bytes,24,opt,name=publicEventMonitoring,proto3,oneof"`
}

type MetaData_Pypi

type MetaData_Pypi struct {
	Pypi *PyPi `protobuf:"bytes,12,opt,name=pypi,proto3,oneof"`
}

type MetaData_S3

type MetaData_S3 struct {
	S3 *S3 `protobuf:"bytes,13,opt,name=s3,proto3,oneof"`
}

type MetaData_Sharepoint

type MetaData_Sharepoint struct {
	Sharepoint *SharePoint `protobuf:"bytes,25,opt,name=sharepoint,proto3,oneof"`
}

type MetaData_Slack

type MetaData_Slack struct {
	Slack *Slack `protobuf:"bytes,14,opt,name=slack,proto3,oneof"`
}

type MetaData_Syslog

type MetaData_Syslog struct {
	Syslog *Syslog `protobuf:"bytes,23,opt,name=syslog,proto3,oneof"`
}

type MetaData_Teams

type MetaData_Teams struct {
	Teams *Teams `protobuf:"bytes,21,opt,name=teams,proto3,oneof"`
}

type MetaData_Test

type MetaData_Test struct {
	Test *Test `protobuf:"bytes,17,opt,name=test,proto3,oneof"`
}

type NPM

type NPM struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"`
	Link    string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email   string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*NPM) Descriptor deprecated

func (*NPM) Descriptor() ([]byte, []int)

Deprecated: Use NPM.ProtoReflect.Descriptor instead.

func (*NPM) GetEmail

func (x *NPM) GetEmail() string

func (*NPM) GetFile

func (x *NPM) GetFile() string
func (x *NPM) GetLink() string

func (*NPM) GetPackage

func (x *NPM) GetPackage() string

func (*NPM) GetRelease

func (x *NPM) GetRelease() string

func (*NPM) ProtoMessage

func (*NPM) ProtoMessage()

func (*NPM) ProtoReflect

func (x *NPM) ProtoReflect() protoreflect.Message

func (*NPM) Reset

func (x *NPM) Reset()

func (*NPM) String

func (x *NPM) String() string

func (*NPM) Validate

func (m *NPM) Validate() error

Validate checks the field values on NPM with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NPM) ValidateAll

func (m *NPM) ValidateAll() error

ValidateAll checks the field values on NPM with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NPMMultiError, or nil if none found.

type NPMMultiError

type NPMMultiError []error

NPMMultiError is an error wrapping multiple validation errors returned by NPM.ValidateAll() if the designated constraints aren't met.

func (NPMMultiError) AllErrors

func (m NPMMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NPMMultiError) Error

func (m NPMMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NPMValidationError

type NPMValidationError struct {
	// contains filtered or unexported fields
}

NPMValidationError is the validation error returned by NPM.Validate if the designated constraints aren't met.

func (NPMValidationError) Cause

func (e NPMValidationError) Cause() error

Cause function returns cause value.

func (NPMValidationError) Error

func (e NPMValidationError) Error() string

Error satisfies the builtin error interface

func (NPMValidationError) ErrorName

func (e NPMValidationError) ErrorName() string

ErrorName returns error name.

func (NPMValidationError) Field

func (e NPMValidationError) Field() string

Field function returns field value.

func (NPMValidationError) Key

func (e NPMValidationError) Key() bool

Key function returns key value.

func (NPMValidationError) Reason

func (e NPMValidationError) Reason() string

Reason function returns reason value.

type PublicEventMonitoring

type PublicEventMonitoring struct {

	// Types that are assignable to Metadata:
	//
	//	*PublicEventMonitoring_Github
	Metadata isPublicEventMonitoring_Metadata `protobuf_oneof:"metadata"`
	// contains filtered or unexported fields
}

func (*PublicEventMonitoring) Descriptor deprecated

func (*PublicEventMonitoring) Descriptor() ([]byte, []int)

Deprecated: Use PublicEventMonitoring.ProtoReflect.Descriptor instead.

func (*PublicEventMonitoring) GetGithub

func (x *PublicEventMonitoring) GetGithub() *Github

func (*PublicEventMonitoring) GetMetadata

func (m *PublicEventMonitoring) GetMetadata() isPublicEventMonitoring_Metadata

func (*PublicEventMonitoring) ProtoMessage

func (*PublicEventMonitoring) ProtoMessage()

func (*PublicEventMonitoring) ProtoReflect

func (x *PublicEventMonitoring) ProtoReflect() protoreflect.Message

func (*PublicEventMonitoring) Reset

func (x *PublicEventMonitoring) Reset()

func (*PublicEventMonitoring) String

func (x *PublicEventMonitoring) String() string

func (*PublicEventMonitoring) Validate

func (m *PublicEventMonitoring) Validate() error

Validate checks the field values on PublicEventMonitoring with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PublicEventMonitoring) ValidateAll

func (m *PublicEventMonitoring) ValidateAll() error

ValidateAll checks the field values on PublicEventMonitoring with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PublicEventMonitoringMultiError, or nil if none found.

type PublicEventMonitoringMultiError

type PublicEventMonitoringMultiError []error

PublicEventMonitoringMultiError is an error wrapping multiple validation errors returned by PublicEventMonitoring.ValidateAll() if the designated constraints aren't met.

func (PublicEventMonitoringMultiError) AllErrors

func (m PublicEventMonitoringMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PublicEventMonitoringMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PublicEventMonitoringValidationError

type PublicEventMonitoringValidationError struct {
	// contains filtered or unexported fields
}

PublicEventMonitoringValidationError is the validation error returned by PublicEventMonitoring.Validate if the designated constraints aren't met.

func (PublicEventMonitoringValidationError) Cause

Cause function returns cause value.

func (PublicEventMonitoringValidationError) Error

Error satisfies the builtin error interface

func (PublicEventMonitoringValidationError) ErrorName

ErrorName returns error name.

func (PublicEventMonitoringValidationError) Field

Field function returns field value.

func (PublicEventMonitoringValidationError) Key

Key function returns key value.

func (PublicEventMonitoringValidationError) Reason

Reason function returns reason value.

type PublicEventMonitoring_Github

type PublicEventMonitoring_Github struct {
	Github *Github `protobuf:"bytes,1,opt,name=github,proto3,oneof"`
}

type PyPi

type PyPi struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"`
	Link    string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email   string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*PyPi) Descriptor deprecated

func (*PyPi) Descriptor() ([]byte, []int)

Deprecated: Use PyPi.ProtoReflect.Descriptor instead.

func (*PyPi) GetEmail

func (x *PyPi) GetEmail() string

func (*PyPi) GetFile

func (x *PyPi) GetFile() string
func (x *PyPi) GetLink() string

func (*PyPi) GetPackage

func (x *PyPi) GetPackage() string

func (*PyPi) GetRelease

func (x *PyPi) GetRelease() string

func (*PyPi) ProtoMessage

func (*PyPi) ProtoMessage()

func (*PyPi) ProtoReflect

func (x *PyPi) ProtoReflect() protoreflect.Message

func (*PyPi) Reset

func (x *PyPi) Reset()

func (*PyPi) String

func (x *PyPi) String() string

func (*PyPi) Validate

func (m *PyPi) Validate() error

Validate checks the field values on PyPi with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PyPi) ValidateAll

func (m *PyPi) ValidateAll() error

ValidateAll checks the field values on PyPi with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PyPiMultiError, or nil if none found.

type PyPiMultiError

type PyPiMultiError []error

PyPiMultiError is an error wrapping multiple validation errors returned by PyPi.ValidateAll() if the designated constraints aren't met.

func (PyPiMultiError) AllErrors

func (m PyPiMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PyPiMultiError) Error

func (m PyPiMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PyPiValidationError

type PyPiValidationError struct {
	// contains filtered or unexported fields
}

PyPiValidationError is the validation error returned by PyPi.Validate if the designated constraints aren't met.

func (PyPiValidationError) Cause

func (e PyPiValidationError) Cause() error

Cause function returns cause value.

func (PyPiValidationError) Error

func (e PyPiValidationError) Error() string

Error satisfies the builtin error interface

func (PyPiValidationError) ErrorName

func (e PyPiValidationError) ErrorName() string

ErrorName returns error name.

func (PyPiValidationError) Field

func (e PyPiValidationError) Field() string

Field function returns field value.

func (PyPiValidationError) Key

func (e PyPiValidationError) Key() bool

Key function returns key value.

func (PyPiValidationError) Reason

func (e PyPiValidationError) Reason() string

Reason function returns reason value.

type S3

type S3 struct {
	Bucket    string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*S3) Descriptor deprecated

func (*S3) Descriptor() ([]byte, []int)

Deprecated: Use S3.ProtoReflect.Descriptor instead.

func (*S3) GetBucket

func (x *S3) GetBucket() string

func (*S3) GetEmail

func (x *S3) GetEmail() string

func (*S3) GetFile

func (x *S3) GetFile() string
func (x *S3) GetLink() string

func (*S3) GetTimestamp

func (x *S3) GetTimestamp() string

func (*S3) ProtoMessage

func (*S3) ProtoMessage()

func (*S3) ProtoReflect

func (x *S3) ProtoReflect() protoreflect.Message

func (*S3) Reset

func (x *S3) Reset()

func (*S3) String

func (x *S3) String() string

func (*S3) Validate

func (m *S3) Validate() error

Validate checks the field values on S3 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3) ValidateAll

func (m *S3) ValidateAll() error

ValidateAll checks the field values on S3 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3MultiError, or nil if none found.

type S3MultiError

type S3MultiError []error

S3MultiError is an error wrapping multiple validation errors returned by S3.ValidateAll() if the designated constraints aren't met.

func (S3MultiError) AllErrors

func (m S3MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3MultiError) Error

func (m S3MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type S3ValidationError

type S3ValidationError struct {
	// contains filtered or unexported fields
}

S3ValidationError is the validation error returned by S3.Validate if the designated constraints aren't met.

func (S3ValidationError) Cause

func (e S3ValidationError) Cause() error

Cause function returns cause value.

func (S3ValidationError) Error

func (e S3ValidationError) Error() string

Error satisfies the builtin error interface

func (S3ValidationError) ErrorName

func (e S3ValidationError) ErrorName() string

ErrorName returns error name.

func (S3ValidationError) Field

func (e S3ValidationError) Field() string

Field function returns field value.

func (S3ValidationError) Key

func (e S3ValidationError) Key() bool

Key function returns key value.

func (S3ValidationError) Reason

func (e S3ValidationError) Reason() string

Reason function returns reason value.

type SharePoint

type SharePoint struct {
	Link      string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp string `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Author    string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
	Title     string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Views     int64  `protobuf:"varint,5,opt,name=views,proto3" json:"views,omitempty"`
	Docid     string `protobuf:"bytes,6,opt,name=docid,proto3" json:"docid,omitempty"`
	Email     string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*SharePoint) Descriptor deprecated

func (*SharePoint) Descriptor() ([]byte, []int)

Deprecated: Use SharePoint.ProtoReflect.Descriptor instead.

func (*SharePoint) GetAuthor

func (x *SharePoint) GetAuthor() string

func (*SharePoint) GetDocid

func (x *SharePoint) GetDocid() string

func (*SharePoint) GetEmail

func (x *SharePoint) GetEmail() string
func (x *SharePoint) GetLink() string

func (*SharePoint) GetTimestamp

func (x *SharePoint) GetTimestamp() string

func (*SharePoint) GetTitle

func (x *SharePoint) GetTitle() string

func (*SharePoint) GetViews

func (x *SharePoint) GetViews() int64

func (*SharePoint) ProtoMessage

func (*SharePoint) ProtoMessage()

func (*SharePoint) ProtoReflect

func (x *SharePoint) ProtoReflect() protoreflect.Message

func (*SharePoint) Reset

func (x *SharePoint) Reset()

func (*SharePoint) String

func (x *SharePoint) String() string

func (*SharePoint) Validate

func (m *SharePoint) Validate() error

Validate checks the field values on SharePoint with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SharePoint) ValidateAll

func (m *SharePoint) ValidateAll() error

ValidateAll checks the field values on SharePoint with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SharePointMultiError, or nil if none found.

type SharePointMultiError

type SharePointMultiError []error

SharePointMultiError is an error wrapping multiple validation errors returned by SharePoint.ValidateAll() if the designated constraints aren't met.

func (SharePointMultiError) AllErrors

func (m SharePointMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SharePointMultiError) Error

func (m SharePointMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SharePointValidationError

type SharePointValidationError struct {
	// contains filtered or unexported fields
}

SharePointValidationError is the validation error returned by SharePoint.Validate if the designated constraints aren't met.

func (SharePointValidationError) Cause

func (e SharePointValidationError) Cause() error

Cause function returns cause value.

func (SharePointValidationError) Error

Error satisfies the builtin error interface

func (SharePointValidationError) ErrorName

func (e SharePointValidationError) ErrorName() string

ErrorName returns error name.

func (SharePointValidationError) Field

Field function returns field value.

func (SharePointValidationError) Key

Key function returns key value.

func (SharePointValidationError) Reason

func (e SharePointValidationError) Reason() string

Reason function returns reason value.

type Slack

type Slack struct {
	ChannelId   string     `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ChannelName string     `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`
	Timestamp   string     `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	UserId      string     `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Link        string     `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	File        string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Email       string     `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Visibility  Visibility `protobuf:"varint,8,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	Location    string     `protobuf:"bytes,9,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*Slack) Descriptor deprecated

func (*Slack) Descriptor() ([]byte, []int)

Deprecated: Use Slack.ProtoReflect.Descriptor instead.

func (*Slack) GetChannelId

func (x *Slack) GetChannelId() string

func (*Slack) GetChannelName

func (x *Slack) GetChannelName() string

func (*Slack) GetEmail

func (x *Slack) GetEmail() string

func (*Slack) GetFile

func (x *Slack) GetFile() string
func (x *Slack) GetLink() string

func (*Slack) GetLocation

func (x *Slack) GetLocation() string

func (*Slack) GetTimestamp

func (x *Slack) GetTimestamp() string

func (*Slack) GetUserId

func (x *Slack) GetUserId() string

func (*Slack) GetVisibility

func (x *Slack) GetVisibility() Visibility

func (*Slack) ProtoMessage

func (*Slack) ProtoMessage()

func (*Slack) ProtoReflect

func (x *Slack) ProtoReflect() protoreflect.Message

func (*Slack) Reset

func (x *Slack) Reset()

func (*Slack) String

func (x *Slack) String() string

func (*Slack) Validate

func (m *Slack) Validate() error

Validate checks the field values on Slack with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Slack) ValidateAll

func (m *Slack) ValidateAll() error

ValidateAll checks the field values on Slack with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SlackMultiError, or nil if none found.

type SlackMultiError

type SlackMultiError []error

SlackMultiError is an error wrapping multiple validation errors returned by Slack.ValidateAll() if the designated constraints aren't met.

func (SlackMultiError) AllErrors

func (m SlackMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SlackMultiError) Error

func (m SlackMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SlackValidationError

type SlackValidationError struct {
	// contains filtered or unexported fields
}

SlackValidationError is the validation error returned by Slack.Validate if the designated constraints aren't met.

func (SlackValidationError) Cause

func (e SlackValidationError) Cause() error

Cause function returns cause value.

func (SlackValidationError) Error

func (e SlackValidationError) Error() string

Error satisfies the builtin error interface

func (SlackValidationError) ErrorName

func (e SlackValidationError) ErrorName() string

ErrorName returns error name.

func (SlackValidationError) Field

func (e SlackValidationError) Field() string

Field function returns field value.

func (SlackValidationError) Key

func (e SlackValidationError) Key() bool

Key function returns key value.

func (SlackValidationError) Reason

func (e SlackValidationError) Reason() string

Reason function returns reason value.

type Syslog

type Syslog struct {
	Hostname  string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Appname   string `protobuf:"bytes,2,opt,name=appname,proto3" json:"appname,omitempty"`
	Procid    string `protobuf:"bytes,3,opt,name=procid,proto3" json:"procid,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Client    string `protobuf:"bytes,5,opt,name=client,proto3" json:"client,omitempty"`
	Facility  string `protobuf:"bytes,6,opt,name=facility,proto3" json:"facility,omitempty"`
	// contains filtered or unexported fields
}

func (*Syslog) Descriptor deprecated

func (*Syslog) Descriptor() ([]byte, []int)

Deprecated: Use Syslog.ProtoReflect.Descriptor instead.

func (*Syslog) GetAppname

func (x *Syslog) GetAppname() string

func (*Syslog) GetClient

func (x *Syslog) GetClient() string

func (*Syslog) GetFacility

func (x *Syslog) GetFacility() string

func (*Syslog) GetHostname

func (x *Syslog) GetHostname() string

func (*Syslog) GetProcid

func (x *Syslog) GetProcid() string

func (*Syslog) GetTimestamp

func (x *Syslog) GetTimestamp() string

func (*Syslog) ProtoMessage

func (*Syslog) ProtoMessage()

func (*Syslog) ProtoReflect

func (x *Syslog) ProtoReflect() protoreflect.Message

func (*Syslog) Reset

func (x *Syslog) Reset()

func (*Syslog) String

func (x *Syslog) String() string

func (*Syslog) Validate

func (m *Syslog) Validate() error

Validate checks the field values on Syslog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Syslog) ValidateAll

func (m *Syslog) ValidateAll() error

ValidateAll checks the field values on Syslog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SyslogMultiError, or nil if none found.

type SyslogMultiError

type SyslogMultiError []error

SyslogMultiError is an error wrapping multiple validation errors returned by Syslog.ValidateAll() if the designated constraints aren't met.

func (SyslogMultiError) AllErrors

func (m SyslogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyslogMultiError) Error

func (m SyslogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SyslogValidationError

type SyslogValidationError struct {
	// contains filtered or unexported fields
}

SyslogValidationError is the validation error returned by Syslog.Validate if the designated constraints aren't met.

func (SyslogValidationError) Cause

func (e SyslogValidationError) Cause() error

Cause function returns cause value.

func (SyslogValidationError) Error

func (e SyslogValidationError) Error() string

Error satisfies the builtin error interface

func (SyslogValidationError) ErrorName

func (e SyslogValidationError) ErrorName() string

ErrorName returns error name.

func (SyslogValidationError) Field

func (e SyslogValidationError) Field() string

Field function returns field value.

func (SyslogValidationError) Key

func (e SyslogValidationError) Key() bool

Key function returns key value.

func (SyslogValidationError) Reason

func (e SyslogValidationError) Reason() string

Reason function returns reason value.

type Teams

type Teams struct {
	ChannelId   string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ChannelName string `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`
	Timestamp   string `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	UserId      string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Link        string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	File        string `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Email       string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Location    string `protobuf:"bytes,8,opt,name=location,proto3" json:"location,omitempty"`
	TeamName    string `protobuf:"bytes,9,opt,name=team_name,json=teamName,proto3" json:"team_name,omitempty"`
	TeamId      string `protobuf:"bytes,10,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Teams) Descriptor deprecated

func (*Teams) Descriptor() ([]byte, []int)

Deprecated: Use Teams.ProtoReflect.Descriptor instead.

func (*Teams) GetChannelId

func (x *Teams) GetChannelId() string

func (*Teams) GetChannelName

func (x *Teams) GetChannelName() string

func (*Teams) GetEmail

func (x *Teams) GetEmail() string

func (*Teams) GetFile

func (x *Teams) GetFile() string
func (x *Teams) GetLink() string

func (*Teams) GetLocation

func (x *Teams) GetLocation() string

func (*Teams) GetTeamId

func (x *Teams) GetTeamId() string

func (*Teams) GetTeamName

func (x *Teams) GetTeamName() string

func (*Teams) GetTimestamp

func (x *Teams) GetTimestamp() string

func (*Teams) GetUserId

func (x *Teams) GetUserId() string

func (*Teams) ProtoMessage

func (*Teams) ProtoMessage()

func (*Teams) ProtoReflect

func (x *Teams) ProtoReflect() protoreflect.Message

func (*Teams) Reset

func (x *Teams) Reset()

func (*Teams) String

func (x *Teams) String() string

func (*Teams) Validate

func (m *Teams) Validate() error

Validate checks the field values on Teams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Teams) ValidateAll

func (m *Teams) ValidateAll() error

ValidateAll checks the field values on Teams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TeamsMultiError, or nil if none found.

type TeamsMultiError

type TeamsMultiError []error

TeamsMultiError is an error wrapping multiple validation errors returned by Teams.ValidateAll() if the designated constraints aren't met.

func (TeamsMultiError) AllErrors

func (m TeamsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TeamsMultiError) Error

func (m TeamsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TeamsValidationError

type TeamsValidationError struct {
	// contains filtered or unexported fields
}

TeamsValidationError is the validation error returned by Teams.Validate if the designated constraints aren't met.

func (TeamsValidationError) Cause

func (e TeamsValidationError) Cause() error

Cause function returns cause value.

func (TeamsValidationError) Error

func (e TeamsValidationError) Error() string

Error satisfies the builtin error interface

func (TeamsValidationError) ErrorName

func (e TeamsValidationError) ErrorName() string

ErrorName returns error name.

func (TeamsValidationError) Field

func (e TeamsValidationError) Field() string

Field function returns field value.

func (TeamsValidationError) Key

func (e TeamsValidationError) Key() bool

Key function returns key value.

func (TeamsValidationError) Reason

func (e TeamsValidationError) Reason() string

Reason function returns reason value.

type Test

type Test struct {
	File string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*Test) Descriptor deprecated

func (*Test) Descriptor() ([]byte, []int)

Deprecated: Use Test.ProtoReflect.Descriptor instead.

func (*Test) GetFile

func (x *Test) GetFile() string

func (*Test) ProtoMessage

func (*Test) ProtoMessage()

func (*Test) ProtoReflect

func (x *Test) ProtoReflect() protoreflect.Message

func (*Test) Reset

func (x *Test) Reset()

func (*Test) String

func (x *Test) String() string

func (*Test) Validate

func (m *Test) Validate() error

Validate checks the field values on Test with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Test) ValidateAll

func (m *Test) ValidateAll() error

ValidateAll checks the field values on Test with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TestMultiError, or nil if none found.

type TestMultiError

type TestMultiError []error

TestMultiError is an error wrapping multiple validation errors returned by Test.ValidateAll() if the designated constraints aren't met.

func (TestMultiError) AllErrors

func (m TestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TestMultiError) Error

func (m TestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TestValidationError

type TestValidationError struct {
	// contains filtered or unexported fields
}

TestValidationError is the validation error returned by Test.Validate if the designated constraints aren't met.

func (TestValidationError) Cause

func (e TestValidationError) Cause() error

Cause function returns cause value.

func (TestValidationError) Error

func (e TestValidationError) Error() string

Error satisfies the builtin error interface

func (TestValidationError) ErrorName

func (e TestValidationError) ErrorName() string

ErrorName returns error name.

func (TestValidationError) Field

func (e TestValidationError) Field() string

Field function returns field value.

func (TestValidationError) Key

func (e TestValidationError) Key() bool

Key function returns key value.

func (TestValidationError) Reason

func (e TestValidationError) Reason() string

Reason function returns reason value.

type Visibility

type Visibility int32
const (
	Visibility_public  Visibility = 0
	Visibility_private Visibility = 1
	Visibility_shared  Visibility = 2
	Visibility_unknown Visibility = 3
)

func (Visibility) Descriptor

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated

func (Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String

func (x Visibility) String() string

func (Visibility) Type

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL