Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/conforma/cli
/ wiremockState
Struct
wiremockState
acceptance/wiremock/wiremock.go:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
type
wiremockState
struct
{
88
URL string
89
Container testcontainers.Container `json:
"-"
`
90
}
91
92
func
(g wiremockState) Key() any {
93
return
wireMockStateKey
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected