v04

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ArtifactDeletedEventType = api.ArtifactDeletedEventTypeV0_1_0
View Source
var ArtifactDownloadedEventType = api.ArtifactDownloadedEventTypeV0_1_0
View Source
var ArtifactPackagedEventType = api.ArtifactPackagedEventTypeV0_2_0
View Source
var ArtifactPublishedEventType = api.ArtifactPublishedEventTypeV0_2_0
View Source
var ArtifactSignedEventType = api.ArtifactSignedEventTypeV0_2_0
View Source
var BranchCreatedEventType = api.BranchCreatedEventTypeV0_2_0
View Source
var BranchDeletedEventType = api.BranchDeletedEventTypeV0_2_0
View Source
var BuildFinishedEventType = api.BuildFinishedEventTypeV0_2_0
View Source
var BuildQueuedEventType = api.BuildQueuedEventTypeV0_2_0
View Source
var BuildStartedEventType = api.BuildStartedEventTypeV0_2_0
View Source
var CDEventsByUnversionedTypes map[string]api.CDEventV04
View Source
var ChangeAbandonedEventType = api.ChangeAbandonedEventTypeV0_2_0
View Source
var ChangeCreatedEventType = api.ChangeCreatedEventTypeV0_3_0
View Source
var ChangeMergedEventType = api.ChangeMergedEventTypeV0_2_0
View Source
var ChangeReviewedEventType = api.ChangeReviewedEventTypeV0_2_0
View Source
var ChangeUpdatedEventType = api.ChangeUpdatedEventTypeV0_2_0
View Source
var CustomTypeEventType = api.CustomTypeEventTypeV0_4_1
View Source
var EnvironmentCreatedEventType = api.EnvironmentCreatedEventTypeV0_2_0
View Source
var EnvironmentDeletedEventType = api.EnvironmentDeletedEventTypeV0_2_0
View Source
var EnvironmentModifiedEventType = api.EnvironmentModifiedEventTypeV0_2_0
View Source
var IncidentDetectedEventType = api.IncidentDetectedEventTypeV0_2_0
View Source
var IncidentReportedEventType = api.IncidentReportedEventTypeV0_2_0
View Source
var IncidentResolvedEventType = api.IncidentResolvedEventTypeV0_2_0
View Source
var PipelineRunFinishedEventType = api.PipelineRunFinishedEventTypeV0_2_0
View Source
var PipelineRunQueuedEventType = api.PipelineRunQueuedEventTypeV0_2_0
View Source
var PipelineRunStartedEventType = api.PipelineRunStartedEventTypeV0_2_0
View Source
var RepositoryCreatedEventType = api.RepositoryCreatedEventTypeV0_2_0
View Source
var RepositoryDeletedEventType = api.RepositoryDeletedEventTypeV0_2_0
View Source
var RepositoryModifiedEventType = api.RepositoryModifiedEventTypeV0_2_0
View Source
var ServiceDeployedEventType = api.ServiceDeployedEventTypeV0_2_0
View Source
var ServicePublishedEventType = api.ServicePublishedEventTypeV0_2_0
View Source
var ServiceRemovedEventType = api.ServiceRemovedEventTypeV0_2_0
View Source
var ServiceRolledbackEventType = api.ServiceRolledbackEventTypeV0_2_0
View Source
var ServiceUpgradedEventType = api.ServiceUpgradedEventTypeV0_2_0
View Source
var SpecVersion = "0.4.1"
View Source
var TaskRunFinishedEventType = api.TaskRunFinishedEventTypeV0_2_0
View Source
var TaskRunStartedEventType = api.TaskRunStartedEventTypeV0_2_0
View Source
var TestCaseRunFinishedEventType = api.TestCaseRunFinishedEventTypeV0_2_0
View Source
var TestCaseRunQueuedEventType = api.TestCaseRunQueuedEventTypeV0_2_0
View Source
var TestCaseRunSkippedEventType = api.TestCaseRunSkippedEventTypeV0_1_0
View Source
var TestCaseRunStartedEventType = api.TestCaseRunStartedEventTypeV0_2_0
View Source
var TestOutputPublishedEventType = api.TestOutputPublishedEventTypeV0_2_0
View Source
var TestSuiteRunFinishedEventType = api.TestSuiteRunFinishedEventTypeV0_2_0
View Source
var TestSuiteRunQueuedEventType = api.TestSuiteRunQueuedEventTypeV0_2_0
View Source
var TestSuiteRunStartedEventType = api.TestSuiteRunStartedEventTypeV0_2_0
View Source
var TicketClosedEventType = api.TicketClosedEventTypeV0_1_0
View Source
var TicketCreatedEventType = api.TicketCreatedEventTypeV0_1_0
View Source
var TicketUpdatedEventType = api.TicketUpdatedEventTypeV0_1_0

Functions

func NewCDEvent

func NewCDEvent(eventType, specVersion string) (api.CDEvent, error)

NewCDEvent produces a CDEvent by type This function can be used by users but it's meant mainly for testing purposes

func NewFromJsonBytes

func NewFromJsonBytes(event []byte) (api.CDEventV04, error)

NewFromJsonBytes builds a new CDEventReader from a JSON string as []bytes This works by unmarshalling the context first, extracting the event type and using that to unmarshal the rest of the event into the correct object. It assumes the context can be unmarshalled in a `Context` object.

func NewFromJsonString

func NewFromJsonString(event string) (api.CDEventV04, error)

Build a new CDEventReader from a JSON string

Types

type ArtifactDeletedEvent

type ArtifactDeletedEvent = api.ArtifactDeletedEventV0_1_0

func NewArtifactDeletedEvent

func NewArtifactDeletedEvent() (*ArtifactDeletedEvent, error)

type ArtifactDeletedSubject

type ArtifactDeletedSubject = api.ArtifactDeletedSubjectV0_1_0

type ArtifactDownloadedEvent

type ArtifactDownloadedEvent = api.ArtifactDownloadedEventV0_1_0

func NewArtifactDownloadedEvent

func NewArtifactDownloadedEvent() (*ArtifactDownloadedEvent, error)

type ArtifactDownloadedSubject

type ArtifactDownloadedSubject = api.ArtifactDownloadedSubjectV0_1_0

type ArtifactPackagedEvent

type ArtifactPackagedEvent = api.ArtifactPackagedEventV0_2_0

func NewArtifactPackagedEvent

func NewArtifactPackagedEvent() (*ArtifactPackagedEvent, error)

type ArtifactPackagedSubject

type ArtifactPackagedSubject = api.ArtifactPackagedSubjectV0_2_0

type ArtifactPackagedSubjectContentSbom

type ArtifactPackagedSubjectContentSbom = api.ArtifactPackagedSubjectContentSbomV0_2_0

ArtifactArtifactSubjectContentSbomV0_2_0 holds the content of a Sbom field in the content

type ArtifactPublishedEvent

type ArtifactPublishedEvent = api.ArtifactPublishedEventV0_2_0

func NewArtifactPublishedEvent

func NewArtifactPublishedEvent() (*ArtifactPublishedEvent, error)

type ArtifactPublishedSubject

type ArtifactPublishedSubject = api.ArtifactPublishedSubjectV0_2_0

type ArtifactPublishedSubjectContentSbom

type ArtifactPublishedSubjectContentSbom = api.ArtifactPublishedSubjectContentSbomV0_2_0

ArtifactArtifactSubjectContentSbomV0_2_0 holds the content of a Sbom field in the content

type ArtifactSignedEvent

type ArtifactSignedEvent = api.ArtifactSignedEventV0_2_0

func NewArtifactSignedEvent

func NewArtifactSignedEvent() (*ArtifactSignedEvent, error)

type ArtifactSignedSubject

type ArtifactSignedSubject = api.ArtifactSignedSubjectV0_2_0

type BranchCreatedEvent

type BranchCreatedEvent = api.BranchCreatedEventV0_2_0

func NewBranchCreatedEvent

func NewBranchCreatedEvent() (*BranchCreatedEvent, error)

type BranchCreatedSubject

type BranchCreatedSubject = api.BranchCreatedSubjectV0_2_0

type BranchDeletedEvent

type BranchDeletedEvent = api.BranchDeletedEventV0_2_0

func NewBranchDeletedEvent

func NewBranchDeletedEvent() (*BranchDeletedEvent, error)

type BranchDeletedSubject

type BranchDeletedSubject = api.BranchDeletedSubjectV0_2_0

type BuildFinishedEvent

type BuildFinishedEvent = api.BuildFinishedEventV0_2_0

func NewBuildFinishedEvent

func NewBuildFinishedEvent() (*BuildFinishedEvent, error)

type BuildFinishedSubject

type BuildFinishedSubject = api.BuildFinishedSubjectV0_2_0

type BuildQueuedEvent

type BuildQueuedEvent = api.BuildQueuedEventV0_2_0

func NewBuildQueuedEvent

func NewBuildQueuedEvent() (*BuildQueuedEvent, error)

type BuildQueuedSubject

type BuildQueuedSubject = api.BuildQueuedSubjectV0_2_0

type BuildStartedEvent

type BuildStartedEvent = api.BuildStartedEventV0_2_0

func NewBuildStartedEvent

func NewBuildStartedEvent() (*BuildStartedEvent, error)

type BuildStartedSubject

type BuildStartedSubject = api.BuildStartedSubjectV0_2_0

type ChangeAbandonedEvent

type ChangeAbandonedEvent = api.ChangeAbandonedEventV0_2_0

func NewChangeAbandonedEvent

func NewChangeAbandonedEvent() (*ChangeAbandonedEvent, error)

type ChangeAbandonedSubject

type ChangeAbandonedSubject = api.ChangeAbandonedSubjectV0_2_0

type ChangeCreatedEvent

type ChangeCreatedEvent = api.ChangeCreatedEventV0_3_0

func NewChangeCreatedEvent

func NewChangeCreatedEvent() (*ChangeCreatedEvent, error)

type ChangeCreatedSubject

type ChangeCreatedSubject = api.ChangeCreatedSubjectV0_3_0

type ChangeMergedEvent

type ChangeMergedEvent = api.ChangeMergedEventV0_2_0

func NewChangeMergedEvent

func NewChangeMergedEvent() (*ChangeMergedEvent, error)

type ChangeMergedSubject

type ChangeMergedSubject = api.ChangeMergedSubjectV0_2_0

type ChangeReviewedEvent

type ChangeReviewedEvent = api.ChangeReviewedEventV0_2_0

func NewChangeReviewedEvent

func NewChangeReviewedEvent() (*ChangeReviewedEvent, error)

type ChangeReviewedSubject

type ChangeReviewedSubject = api.ChangeReviewedSubjectV0_2_0

type ChangeUpdatedEvent

type ChangeUpdatedEvent = api.ChangeUpdatedEventV0_2_0

func NewChangeUpdatedEvent

func NewChangeUpdatedEvent() (*ChangeUpdatedEvent, error)

type ChangeUpdatedSubject

type ChangeUpdatedSubject = api.ChangeUpdatedSubjectV0_2_0

type CustomTypeEvent

type CustomTypeEvent = api.CustomTypeEventV0_4_1

func NewCustomTypeEvent

func NewCustomTypeEvent() (*CustomTypeEvent, error)

type CustomTypeSubject

type CustomTypeSubject = api.CustomTypeSubjectV0_4_1

type EnvironmentCreatedEvent

type EnvironmentCreatedEvent = api.EnvironmentCreatedEventV0_2_0

func NewEnvironmentCreatedEvent

func NewEnvironmentCreatedEvent() (*EnvironmentCreatedEvent, error)

type EnvironmentCreatedSubject

type EnvironmentCreatedSubject = api.EnvironmentCreatedSubjectV0_2_0

type EnvironmentDeletedEvent

type EnvironmentDeletedEvent = api.EnvironmentDeletedEventV0_2_0

func NewEnvironmentDeletedEvent

func NewEnvironmentDeletedEvent() (*EnvironmentDeletedEvent, error)

type EnvironmentDeletedSubject

type EnvironmentDeletedSubject = api.EnvironmentDeletedSubjectV0_2_0

type EnvironmentModifiedEvent

type EnvironmentModifiedEvent = api.EnvironmentModifiedEventV0_2_0

func NewEnvironmentModifiedEvent

func NewEnvironmentModifiedEvent() (*EnvironmentModifiedEvent, error)

type EnvironmentModifiedSubject

type EnvironmentModifiedSubject = api.EnvironmentModifiedSubjectV0_2_0

type IncidentDetectedEvent

type IncidentDetectedEvent = api.IncidentDetectedEventV0_2_0

func NewIncidentDetectedEvent

func NewIncidentDetectedEvent() (*IncidentDetectedEvent, error)

type IncidentDetectedSubject

type IncidentDetectedSubject = api.IncidentDetectedSubjectV0_2_0

type IncidentReportedEvent

type IncidentReportedEvent = api.IncidentReportedEventV0_2_0

func NewIncidentReportedEvent

func NewIncidentReportedEvent() (*IncidentReportedEvent, error)

type IncidentReportedSubject

type IncidentReportedSubject = api.IncidentReportedSubjectV0_2_0

type IncidentResolvedEvent

type IncidentResolvedEvent = api.IncidentResolvedEventV0_2_0

func NewIncidentResolvedEvent

func NewIncidentResolvedEvent() (*IncidentResolvedEvent, error)

type IncidentResolvedSubject

type IncidentResolvedSubject = api.IncidentResolvedSubjectV0_2_0

type PipelineRunFinishedEvent

type PipelineRunFinishedEvent = api.PipelineRunFinishedEventV0_2_0

func NewPipelineRunFinishedEvent

func NewPipelineRunFinishedEvent() (*PipelineRunFinishedEvent, error)

type PipelineRunFinishedSubject

type PipelineRunFinishedSubject = api.PipelineRunFinishedSubjectV0_2_0

type PipelineRunQueuedEvent

type PipelineRunQueuedEvent = api.PipelineRunQueuedEventV0_2_0

func NewPipelineRunQueuedEvent

func NewPipelineRunQueuedEvent() (*PipelineRunQueuedEvent, error)

type PipelineRunQueuedSubject

type PipelineRunQueuedSubject = api.PipelineRunQueuedSubjectV0_2_0

type PipelineRunStartedEvent

type PipelineRunStartedEvent = api.PipelineRunStartedEventV0_2_0

func NewPipelineRunStartedEvent

func NewPipelineRunStartedEvent() (*PipelineRunStartedEvent, error)

type PipelineRunStartedSubject

type PipelineRunStartedSubject = api.PipelineRunStartedSubjectV0_2_0

type RepositoryCreatedEvent

type RepositoryCreatedEvent = api.RepositoryCreatedEventV0_2_0

func NewRepositoryCreatedEvent

func NewRepositoryCreatedEvent() (*RepositoryCreatedEvent, error)

type RepositoryCreatedSubject

type RepositoryCreatedSubject = api.RepositoryCreatedSubjectV0_2_0

type RepositoryDeletedEvent

type RepositoryDeletedEvent = api.RepositoryDeletedEventV0_2_0

func NewRepositoryDeletedEvent

func NewRepositoryDeletedEvent() (*RepositoryDeletedEvent, error)

type RepositoryDeletedSubject

type RepositoryDeletedSubject = api.RepositoryDeletedSubjectV0_2_0

type RepositoryModifiedEvent

type RepositoryModifiedEvent = api.RepositoryModifiedEventV0_2_0

func NewRepositoryModifiedEvent

func NewRepositoryModifiedEvent() (*RepositoryModifiedEvent, error)

type RepositoryModifiedSubject

type RepositoryModifiedSubject = api.RepositoryModifiedSubjectV0_2_0

type ServiceDeployedEvent

type ServiceDeployedEvent = api.ServiceDeployedEventV0_2_0

func NewServiceDeployedEvent

func NewServiceDeployedEvent() (*ServiceDeployedEvent, error)

type ServiceDeployedSubject

type ServiceDeployedSubject = api.ServiceDeployedSubjectV0_2_0

type ServicePublishedEvent

type ServicePublishedEvent = api.ServicePublishedEventV0_2_0

func NewServicePublishedEvent

func NewServicePublishedEvent() (*ServicePublishedEvent, error)

type ServicePublishedSubject

type ServicePublishedSubject = api.ServicePublishedSubjectV0_2_0

type ServiceRemovedEvent

type ServiceRemovedEvent = api.ServiceRemovedEventV0_2_0

func NewServiceRemovedEvent

func NewServiceRemovedEvent() (*ServiceRemovedEvent, error)

type ServiceRemovedSubject

type ServiceRemovedSubject = api.ServiceRemovedSubjectV0_2_0

type ServiceRolledbackEvent

type ServiceRolledbackEvent = api.ServiceRolledbackEventV0_2_0

func NewServiceRolledbackEvent

func NewServiceRolledbackEvent() (*ServiceRolledbackEvent, error)

type ServiceRolledbackSubject

type ServiceRolledbackSubject = api.ServiceRolledbackSubjectV0_2_0

type ServiceUpgradedEvent

type ServiceUpgradedEvent = api.ServiceUpgradedEventV0_2_0

func NewServiceUpgradedEvent

func NewServiceUpgradedEvent() (*ServiceUpgradedEvent, error)

type ServiceUpgradedSubject

type ServiceUpgradedSubject = api.ServiceUpgradedSubjectV0_2_0

type TaskRunFinishedEvent

type TaskRunFinishedEvent = api.TaskRunFinishedEventV0_2_0

func NewTaskRunFinishedEvent

func NewTaskRunFinishedEvent() (*TaskRunFinishedEvent, error)

type TaskRunFinishedSubject

type TaskRunFinishedSubject = api.TaskRunFinishedSubjectV0_2_0

type TaskRunStartedEvent

type TaskRunStartedEvent = api.TaskRunStartedEventV0_2_0

func NewTaskRunStartedEvent

func NewTaskRunStartedEvent() (*TaskRunStartedEvent, error)

type TaskRunStartedSubject

type TaskRunStartedSubject = api.TaskRunStartedSubjectV0_2_0

type TestCaseRunFinishedEvent

type TestCaseRunFinishedEvent = api.TestCaseRunFinishedEventV0_2_0

func NewTestCaseRunFinishedEvent

func NewTestCaseRunFinishedEvent() (*TestCaseRunFinishedEvent, error)

type TestCaseRunFinishedSubject

type TestCaseRunFinishedSubject = api.TestCaseRunFinishedSubjectV0_2_0

type TestCaseRunFinishedSubjectContentTestCase

type TestCaseRunFinishedSubjectContentTestCase = api.TestCaseRunFinishedSubjectContentTestCaseV0_2_0

TestCaseRunTestCaseRunSubjectContentTestCaseV0_2_0 holds the content of a TestCase field in the content

type TestCaseRunQueuedEvent

type TestCaseRunQueuedEvent = api.TestCaseRunQueuedEventV0_2_0

func NewTestCaseRunQueuedEvent

func NewTestCaseRunQueuedEvent() (*TestCaseRunQueuedEvent, error)

type TestCaseRunQueuedSubject

type TestCaseRunQueuedSubject = api.TestCaseRunQueuedSubjectV0_2_0

type TestCaseRunQueuedSubjectContentTestCase

type TestCaseRunQueuedSubjectContentTestCase = api.TestCaseRunQueuedSubjectContentTestCaseV0_2_0

TestCaseRunTestCaseRunSubjectContentTestCaseV0_2_0 holds the content of a TestCase field in the content

type TestCaseRunQueuedSubjectContentTrigger

type TestCaseRunQueuedSubjectContentTrigger = api.TestCaseRunQueuedSubjectContentTriggerV0_2_0

TestCaseRunTestCaseRunSubjectContentTriggerV0_2_0 holds the content of a Trigger field in the content

type TestCaseRunSkippedEvent

type TestCaseRunSkippedEvent = api.TestCaseRunSkippedEventV0_1_0

func NewTestCaseRunSkippedEvent

func NewTestCaseRunSkippedEvent() (*TestCaseRunSkippedEvent, error)

type TestCaseRunSkippedSubject

type TestCaseRunSkippedSubject = api.TestCaseRunSkippedSubjectV0_1_0

type TestCaseRunSkippedSubjectContentTestCase

type TestCaseRunSkippedSubjectContentTestCase = api.TestCaseRunSkippedSubjectContentTestCaseV0_1_0

TestCaseRunTestCaseRunSubjectContentTestCaseV0_1_0 holds the content of a TestCase field in the content

type TestCaseRunStartedEvent

type TestCaseRunStartedEvent = api.TestCaseRunStartedEventV0_2_0

func NewTestCaseRunStartedEvent

func NewTestCaseRunStartedEvent() (*TestCaseRunStartedEvent, error)

type TestCaseRunStartedSubject

type TestCaseRunStartedSubject = api.TestCaseRunStartedSubjectV0_2_0

type TestCaseRunStartedSubjectContentTestCase

type TestCaseRunStartedSubjectContentTestCase = api.TestCaseRunStartedSubjectContentTestCaseV0_2_0

TestCaseRunTestCaseRunSubjectContentTestCaseV0_2_0 holds the content of a TestCase field in the content

type TestCaseRunStartedSubjectContentTrigger

type TestCaseRunStartedSubjectContentTrigger = api.TestCaseRunStartedSubjectContentTriggerV0_2_0

TestCaseRunTestCaseRunSubjectContentTriggerV0_2_0 holds the content of a Trigger field in the content

type TestOutputPublishedEvent

type TestOutputPublishedEvent = api.TestOutputPublishedEventV0_2_0

func NewTestOutputPublishedEvent

func NewTestOutputPublishedEvent() (*TestOutputPublishedEvent, error)

type TestOutputPublishedSubject

type TestOutputPublishedSubject = api.TestOutputPublishedSubjectV0_2_0

type TestSuiteRunFinishedEvent

type TestSuiteRunFinishedEvent = api.TestSuiteRunFinishedEventV0_2_0

func NewTestSuiteRunFinishedEvent

func NewTestSuiteRunFinishedEvent() (*TestSuiteRunFinishedEvent, error)

type TestSuiteRunFinishedSubject

type TestSuiteRunFinishedSubject = api.TestSuiteRunFinishedSubjectV0_2_0

type TestSuiteRunFinishedSubjectContentTestSuite

type TestSuiteRunFinishedSubjectContentTestSuite = api.TestSuiteRunFinishedSubjectContentTestSuiteV0_2_0

TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_2_0 holds the content of a TestSuite field in the content

type TestSuiteRunQueuedEvent

type TestSuiteRunQueuedEvent = api.TestSuiteRunQueuedEventV0_2_0

func NewTestSuiteRunQueuedEvent

func NewTestSuiteRunQueuedEvent() (*TestSuiteRunQueuedEvent, error)

type TestSuiteRunQueuedSubject

type TestSuiteRunQueuedSubject = api.TestSuiteRunQueuedSubjectV0_2_0

type TestSuiteRunQueuedSubjectContentTestSuite

type TestSuiteRunQueuedSubjectContentTestSuite = api.TestSuiteRunQueuedSubjectContentTestSuiteV0_2_0

TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_2_0 holds the content of a TestSuite field in the content

type TestSuiteRunQueuedSubjectContentTrigger

type TestSuiteRunQueuedSubjectContentTrigger = api.TestSuiteRunQueuedSubjectContentTriggerV0_2_0

TestSuiteRunTestSuiteRunSubjectContentTriggerV0_2_0 holds the content of a Trigger field in the content

type TestSuiteRunStartedEvent

type TestSuiteRunStartedEvent = api.TestSuiteRunStartedEventV0_2_0

func NewTestSuiteRunStartedEvent

func NewTestSuiteRunStartedEvent() (*TestSuiteRunStartedEvent, error)

type TestSuiteRunStartedSubject

type TestSuiteRunStartedSubject = api.TestSuiteRunStartedSubjectV0_2_0

type TestSuiteRunStartedSubjectContentTestSuite

type TestSuiteRunStartedSubjectContentTestSuite = api.TestSuiteRunStartedSubjectContentTestSuiteV0_2_0

TestSuiteRunTestSuiteRunSubjectContentTestSuiteV0_2_0 holds the content of a TestSuite field in the content

type TestSuiteRunStartedSubjectContentTrigger

type TestSuiteRunStartedSubjectContentTrigger = api.TestSuiteRunStartedSubjectContentTriggerV0_2_0

TestSuiteRunTestSuiteRunSubjectContentTriggerV0_2_0 holds the content of a Trigger field in the content

type TicketClosedEvent

type TicketClosedEvent = api.TicketClosedEventV0_1_0

func NewTicketClosedEvent

func NewTicketClosedEvent() (*TicketClosedEvent, error)

type TicketClosedSubject

type TicketClosedSubject = api.TicketClosedSubjectV0_1_0

type TicketCreatedEvent

type TicketCreatedEvent = api.TicketCreatedEventV0_1_0

func NewTicketCreatedEvent

func NewTicketCreatedEvent() (*TicketCreatedEvent, error)

type TicketCreatedSubject

type TicketCreatedSubject = api.TicketCreatedSubjectV0_1_0

type TicketUpdatedEvent

type TicketUpdatedEvent = api.TicketUpdatedEventV0_1_0

func NewTicketUpdatedEvent

func NewTicketUpdatedEvent() (*TicketUpdatedEvent, error)

type TicketUpdatedSubject

type TicketUpdatedSubject = api.TicketUpdatedSubjectV0_1_0

Jump to

Keyboard shortcuts

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