Documentation
¶
Overview ¶
Package storage manage the data storage in a database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface {
CreateFindingTicket(t model.Ticket) (model.FindingTicket, error)
GetFindingTicket(findingID, teamID string) (model.FindingTicket, error)
Healthcheck() error
Close() error
}
Storage manages the storage of the project data.
type TicketServerStorage ¶
type TicketServerStorage interface {
FindServerConf(serverID string) (model.TrackerConfig, error)
FindProjectConfigByTeamID(teamID string) (model.ProjectConfig, error)
}
TicketServerStorage manages the storage of the ticket trackers configuration.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package postgresql manage the storage in a PostgreSQL database.
|
Package postgresql manage the storage in a PostgreSQL database. |
Click to show internal directories.
Click to hide internal directories.