Documentation ¶
Index ¶
Constants ¶
View Source
const (
POST_DEPLOY_STATE = "post-deploy"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirewallCheck ¶
type FirewallCheck struct {
// contains filtered or unexported fields
}
func NewFirewallCheck ¶
func NewFirewallCheck(log logger.Logger, port string) *FirewallCheck
func (*FirewallCheck) GetPortsForMockServer ¶
func (fc *FirewallCheck) GetPortsForMockServer() map[string]map[string][]int
func (*FirewallCheck) Run ¶
func (fc *FirewallCheck) Run(config *models.Config) []models.CheckTriggerResponse
Click to show internal directories.
Click to hide internal directories.