Documentation ¶
Overview ¶
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Code generated by pegomock. DO NOT EDIT.
Index ¶
- func AnyCommandName() command.Name
- func AnyCommandProjectContext() command.ProjectContext
- func AnyLoggingSimpleLogging() logging.SimpleLogging
- func AnyMapOfStringToString() map[string]string
- func AnyModelsApprovalStatus() models.ApprovalStatus
- func AnyModelsCommitStatus() models.CommitStatus
- func AnyModelsPullRequest() models.PullRequest
- func AnyModelsRepo() models.Repo
- func AnyModelsWorkflowHookCommandContext() models.WorkflowHookCommandContext
- func AnyPtrToCommandProjectResult() *command.ProjectResult
- func AnyPtrToGoVersionVersion() *go_version.Version
- func AnyRecvChanOfModelsLine() <-chan models.Line
- func AnySendChanOfString() chan<- string
- func AnySliceOfString() []string
- func CommandNameThat(matcher pegomock.ArgumentMatcher) command.Name
- func CommandProjectContextThat(matcher pegomock.ArgumentMatcher) command.ProjectContext
- func EqCommandName(value command.Name) command.Name
- func EqCommandProjectContext(value command.ProjectContext) command.ProjectContext
- func EqLoggingSimpleLogging(value logging.SimpleLogging) logging.SimpleLogging
- func EqMapOfStringToString(value map[string]string) map[string]string
- func EqModelsApprovalStatus(value models.ApprovalStatus) models.ApprovalStatus
- func EqModelsCommitStatus(value models.CommitStatus) models.CommitStatus
- func EqModelsPullRequest(value models.PullRequest) models.PullRequest
- func EqModelsRepo(value models.Repo) models.Repo
- func EqModelsWorkflowHookCommandContext(value models.WorkflowHookCommandContext) models.WorkflowHookCommandContext
- func EqPtrToCommandProjectResult(value *command.ProjectResult) *command.ProjectResult
- func EqPtrToGoVersionVersion(value *go_version.Version) *go_version.Version
- func EqRecvChanOfModelsLine(value <-chan models.Line) <-chan models.Line
- func EqSendChanOfString(value chan<- string) chan<- string
- func EqSliceOfString(value []string) []string
- func LoggingSimpleLoggingThat(matcher pegomock.ArgumentMatcher) logging.SimpleLogging
- func MapOfStringToStringThat(matcher pegomock.ArgumentMatcher) map[string]string
- func ModelsApprovalStatusThat(matcher pegomock.ArgumentMatcher) models.ApprovalStatus
- func ModelsCommitStatusThat(matcher pegomock.ArgumentMatcher) models.CommitStatus
- func ModelsPullRequestThat(matcher pegomock.ArgumentMatcher) models.PullRequest
- func ModelsRepoThat(matcher pegomock.ArgumentMatcher) models.Repo
- func ModelsWorkflowHookCommandContextThat(matcher pegomock.ArgumentMatcher) models.WorkflowHookCommandContext
- func NotEqCommandName(value command.Name) command.Name
- func NotEqCommandProjectContext(value command.ProjectContext) command.ProjectContext
- func NotEqLoggingSimpleLogging(value logging.SimpleLogging) logging.SimpleLogging
- func NotEqMapOfStringToString(value map[string]string) map[string]string
- func NotEqModelsApprovalStatus(value models.ApprovalStatus) models.ApprovalStatus
- func NotEqModelsCommitStatus(value models.CommitStatus) models.CommitStatus
- func NotEqModelsPullRequest(value models.PullRequest) models.PullRequest
- func NotEqModelsRepo(value models.Repo) models.Repo
- func NotEqModelsWorkflowHookCommandContext(value models.WorkflowHookCommandContext) models.WorkflowHookCommandContext
- func NotEqPtrToCommandProjectResult(value *command.ProjectResult) *command.ProjectResult
- func NotEqPtrToGoVersionVersion(value *go_version.Version) *go_version.Version
- func NotEqRecvChanOfModelsLine(value <-chan models.Line) <-chan models.Line
- func NotEqSendChanOfString(value chan<- string) chan<- string
- func NotEqSliceOfString(value []string) []string
- func PtrToCommandProjectResultThat(matcher pegomock.ArgumentMatcher) *command.ProjectResult
- func PtrToGoVersionVersionThat(matcher pegomock.ArgumentMatcher) *go_version.Version
- func RecvChanOfModelsLineThat(matcher pegomock.ArgumentMatcher) <-chan models.Line
- func SendChanOfStringThat(matcher pegomock.ArgumentMatcher) chan<- string
- func SliceOfStringThat(matcher pegomock.ArgumentMatcher) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnyCommandName ¶ added in v0.22.3
func AnyCommandProjectContext ¶ added in v0.22.0
func AnyCommandProjectContext() command.ProjectContext
func AnyLoggingSimpleLogging ¶
func AnyLoggingSimpleLogging() logging.SimpleLogging
func AnyMapOfStringToString ¶
func AnyModelsApprovalStatus ¶ added in v0.17.4
func AnyModelsApprovalStatus() models.ApprovalStatus
func AnyModelsCommitStatus ¶ added in v0.22.3
func AnyModelsCommitStatus() models.CommitStatus
func AnyModelsPullRequest ¶
func AnyModelsPullRequest() models.PullRequest
func AnyModelsRepo ¶
func AnyModelsWorkflowHookCommandContext ¶ added in v0.18.2
func AnyModelsWorkflowHookCommandContext() models.WorkflowHookCommandContext
func AnyPtrToCommandProjectResult ¶ added in v0.22.3
func AnyPtrToCommandProjectResult() *command.ProjectResult
func AnyPtrToGoVersionVersion ¶
func AnyPtrToGoVersionVersion() *go_version.Version
func AnyRecvChanOfModelsLine ¶ added in v0.22.3
func AnySendChanOfString ¶ added in v0.22.3
func AnySendChanOfString() chan<- string
func AnySliceOfString ¶
func AnySliceOfString() []string
func CommandNameThat ¶ added in v0.22.3
func CommandNameThat(matcher pegomock.ArgumentMatcher) command.Name
func CommandProjectContextThat ¶ added in v0.22.0
func CommandProjectContextThat(matcher pegomock.ArgumentMatcher) command.ProjectContext
func EqCommandProjectContext ¶ added in v0.22.0
func EqCommandProjectContext(value command.ProjectContext) command.ProjectContext
func EqLoggingSimpleLogging ¶
func EqLoggingSimpleLogging(value logging.SimpleLogging) logging.SimpleLogging
func EqModelsApprovalStatus ¶ added in v0.17.4
func EqModelsApprovalStatus(value models.ApprovalStatus) models.ApprovalStatus
func EqModelsCommitStatus ¶ added in v0.22.3
func EqModelsCommitStatus(value models.CommitStatus) models.CommitStatus
func EqModelsPullRequest ¶
func EqModelsPullRequest(value models.PullRequest) models.PullRequest
func EqModelsWorkflowHookCommandContext ¶ added in v0.18.2
func EqModelsWorkflowHookCommandContext(value models.WorkflowHookCommandContext) models.WorkflowHookCommandContext
func EqPtrToCommandProjectResult ¶ added in v0.22.3
func EqPtrToCommandProjectResult(value *command.ProjectResult) *command.ProjectResult
func EqPtrToGoVersionVersion ¶
func EqPtrToGoVersionVersion(value *go_version.Version) *go_version.Version
func EqRecvChanOfModelsLine ¶ added in v0.22.3
func EqSendChanOfString ¶ added in v0.22.3
func EqSliceOfString ¶
func LoggingSimpleLoggingThat ¶
func LoggingSimpleLoggingThat(matcher pegomock.ArgumentMatcher) logging.SimpleLogging
func MapOfStringToStringThat ¶
func MapOfStringToStringThat(matcher pegomock.ArgumentMatcher) map[string]string
func ModelsApprovalStatusThat ¶ added in v0.17.4
func ModelsApprovalStatusThat(matcher pegomock.ArgumentMatcher) models.ApprovalStatus
func ModelsCommitStatusThat ¶ added in v0.22.3
func ModelsCommitStatusThat(matcher pegomock.ArgumentMatcher) models.CommitStatus
func ModelsPullRequestThat ¶
func ModelsPullRequestThat(matcher pegomock.ArgumentMatcher) models.PullRequest
func ModelsRepoThat ¶
func ModelsRepoThat(matcher pegomock.ArgumentMatcher) models.Repo
func ModelsWorkflowHookCommandContextThat ¶ added in v0.18.2
func ModelsWorkflowHookCommandContextThat(matcher pegomock.ArgumentMatcher) models.WorkflowHookCommandContext
func NotEqCommandProjectContext ¶ added in v0.22.0
func NotEqCommandProjectContext(value command.ProjectContext) command.ProjectContext
func NotEqLoggingSimpleLogging ¶
func NotEqLoggingSimpleLogging(value logging.SimpleLogging) logging.SimpleLogging
func NotEqModelsApprovalStatus ¶ added in v0.17.4
func NotEqModelsApprovalStatus(value models.ApprovalStatus) models.ApprovalStatus
func NotEqModelsCommitStatus ¶ added in v0.22.3
func NotEqModelsCommitStatus(value models.CommitStatus) models.CommitStatus
func NotEqModelsPullRequest ¶
func NotEqModelsPullRequest(value models.PullRequest) models.PullRequest
func NotEqModelsWorkflowHookCommandContext ¶ added in v0.18.2
func NotEqModelsWorkflowHookCommandContext(value models.WorkflowHookCommandContext) models.WorkflowHookCommandContext
func NotEqPtrToCommandProjectResult ¶ added in v0.22.3
func NotEqPtrToCommandProjectResult(value *command.ProjectResult) *command.ProjectResult
func NotEqPtrToGoVersionVersion ¶
func NotEqPtrToGoVersionVersion(value *go_version.Version) *go_version.Version
func NotEqRecvChanOfModelsLine ¶ added in v0.22.3
func NotEqSendChanOfString ¶ added in v0.22.3
func NotEqSliceOfString ¶
func PtrToCommandProjectResultThat ¶ added in v0.22.3
func PtrToCommandProjectResultThat(matcher pegomock.ArgumentMatcher) *command.ProjectResult
func PtrToGoVersionVersionThat ¶
func PtrToGoVersionVersionThat(matcher pegomock.ArgumentMatcher) *go_version.Version
func RecvChanOfModelsLineThat ¶ added in v0.22.3
func RecvChanOfModelsLineThat(matcher pegomock.ArgumentMatcher) <-chan models.Line
func SendChanOfStringThat ¶ added in v0.22.3
func SendChanOfStringThat(matcher pegomock.ArgumentMatcher) chan<- string
func SliceOfStringThat ¶
func SliceOfStringThat(matcher pegomock.ArgumentMatcher) []string
Types ¶
This section is empty.
Source Files ¶
- command_name.go
- command_projectcontext.go
- logging_simplelogging.go
- map_of_string_to_string.go
- models_approvalstatus.go
- models_commitstatus.go
- models_pullrequest.go
- models_repo.go
- models_workflowhookcommandcontext.go
- ptr_to_command_projectresult.go
- ptr_to_go_version_version.go
- recv_chan_of_models_line.go
- send_chan_of_string.go
- slice_of_string.go
Click to show internal directories.
Click to hide internal directories.