MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / SealightsAgentFramework

Struct SealightsAgentFramework

src/java/frameworks/sealights_agent.go:28–30  ·  view source on GitHub ↗

SealightsAgentFramework represents the Sealights agent framework

Source from the content-addressed store, hash-verified

26
27// SealightsAgentFramework represents the Sealights agent framework
28type SealightsAgentFramework struct {
29 context *common.Context
30}
31
32// NewSealightsAgentFramework creates a new SealightsAgentFramework instance
33func NewSealightsAgentFramework(ctx *common.Context) *SealightsAgentFramework {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected