We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb46e1 commit c091a1cCopy full SHA for c091a1c
extension/opampcustommessages/custom_messages.go
@@ -9,6 +9,8 @@ import "github.com/open-telemetry/opamp-go/protobufs"
9
// CustomCapabilityRegisterOptions represents extra options that can be use in CustomCapabilityRegistry.Register
10
type CustomCapabilityRegisterOptions struct {
11
MaxQueuedMessages int
12
+ // prevent unkeyed literal initialization
13
+ _ struct{}
14
}
15
16
// DefaultCustomCapabilityRegisterOptions returns the default options for CustomCapabilityRegisterOptions
0 commit comments