out

package
v0.0.0-...-ef8d5c2 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Handle

Handle sends an incoming request to parser and processor, and returns a http response

Types

type DB

DB implements db client methods

type Dynamo

type Dynamo struct {
	DynamoDB dynamodbiface.DynamoDBAPI
}

Dynamo is a DB client

type Incident

type Incident struct {
	Comment     string `json:"comments,omitempty"`
	CommentID   string `json:"comment_sysid,omitempty"`
	Description string `json:"description,omitempty"`
	ExtID       string `json:"external_identifier,omitempty"`
	Identifier  string `json:"id,omitempty"`
	IntID       string `json:"internal_identifier,omitempty"`
	Priority    string `json:"priority,omitempty"`
	Resolution  string `json:"resolution_code,omitempty"`
	Status      string `json:"state,omitempty"`
	Service     string `json:"business_service,omitempty"`
	Summary     string `json:"title,omitempty"`
}

Incident is a type of ticket

type Processor

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

Processor represents clients

Jump to

Keyboard shortcuts

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