Skip to content

Commit

Permalink
feat: Retrive tags from entity api
Browse files Browse the repository at this point in the history
chore: Add log to view entity results
  • Loading branch information
abasha1234 committed May 30, 2024
1 parent 94f609a commit 9697671
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
59 changes: 59 additions & 0 deletions pkg/entities/entities_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/entities/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -17345,6 +17345,7 @@ type EntityOutlineInterface interface {
GetGUID() common.EntityGUID
GetName() string
GetType() string
GetTags() []EntityTag
}

// UnmarshalEntityOutlineInterface unmarshals the interface into the correct type
Expand Down

0 comments on commit 9697671

Please sign in to comment.