Documentation
¶
Overview ¶
Package seq holds the resources needed to start a Seq testcontainer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Events ¶ added in v1.0.4
type Events []struct {
Timestamp time.Time `json:"Timestamp"`
MessageTemplateTokens []struct {
Text string `json:"Text"`
} `json:"MessageTemplateTokens"`
Properties []struct {
Name string `json:"Name"`
Value any `json:"Value"`
} `json:"Properties"`
ID string `json:"Id"`
}
Events holds the returned logging events from Seq.
type Seq ¶
type Seq struct {
Ports map[int]nat.Port
Network *testcontainers.DockerNetwork
Name string
}
Seq hold the testcontainer, ports and network used by Seq. If instantiating yourself, be sure to populate Seq.Network, otherwise a new network will be generated.
Click to show internal directories.
Click to hide internal directories.