MCPcopy Create free account
hub / github.com/compozy/agh / testDaemonActor

Function testDaemonActor

internal/resources/kernel_test.go:1278–1285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1276}
1277
1278func testDaemonActor() MutationActor {
1279 return MutationActor{
1280 Kind: MutationActorKindDaemon,
1281 ID: "daemon-control",
1282 Source: ResourceSource{Kind: ResourceSourceKind("daemon"), ID: "system"},
1283 MaxScope: ResourceScope{Kind: ResourceScopeKindGlobal},
1284 }
1285}
1286
1287func testOperatorActor() MutationActor {
1288 return MutationActor{

Calls 1

ResourceSourceKindTypeAlias · 0.85

Tested by

no test coverage detected