We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2bf34 commit c708ecaCopy full SHA for c708eca
pkg/types/llo/types.go
@@ -268,6 +268,11 @@ type ChannelDefinition struct {
268
//
269
// May be nil
270
Opts ChannelOpts `json:"opts"`
271
+ // Source is the source of the channel definition.
272
+ // It is set by the LLO channel definitions cache.
273
+ // The source is the id of the role that added the channel definition (i.e. the channel adder)
274
+ // 0 is always the ChannelConfigStore owner, greater values are adders.
275
+ Source uint32 `json:"-"`
276
}
277
278
func (a ChannelDefinition) Equals(b ChannelDefinition) bool {
0 commit comments