Skip to content

Commit

Permalink
add APPD_LINK datalink type (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjosep authored Nov 27, 2024
1 parent 24f90a2 commit 395dfde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datalink/model_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ const (
INTERNAL_LINK Type = "INTERNAL_LINK"
EXTERNAL_LINK Type = "EXTERNAL_LINK"
SPLUNK_LINK Type = "SPLUNK_LINK"
APPD_LINK Type = "APPD_LINK"
)

0 comments on commit 395dfde

Please sign in to comment.