add policy config kind
This commit is contained in:
@@ -346,7 +346,11 @@ var (
|
||||
// WaveLakeTrack which has no spec and uses malformed tags
|
||||
WaveLakeTrack = &K{32123}
|
||||
CommunityDefinition = &K{34550}
|
||||
ACLEvent = &K{39998}
|
||||
ACLEvent = &K{39998}
|
||||
// PolicyConfig is an event type for relay-internal policy configuration updates.
|
||||
// Only policy administrators can read/write these events.
|
||||
// The content field contains the JSON policy configuration.
|
||||
PolicyConfig = &K{12345}
|
||||
// ParameterizedReplaceableEnd is an event type that...
|
||||
ParameterizedReplaceableEnd = &K{40000}
|
||||
)
|
||||
@@ -446,4 +450,5 @@ var Map = map[uint16]string{
|
||||
CommunityDefinition.K: "Community Definition",
|
||||
VideoEventHorizontal.K: "Video Event Horizontal",
|
||||
VideoEventVertical.K: "Video Event Vertical",
|
||||
PolicyConfig.K: "Relay Policy Configuration",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user