Skip to content

Commit

Permalink
add missing type (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jul 2, 2024
1 parent 0b7dfe6 commit abfca75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/client/go.domain.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ func (b *BaseHTTPResponse) SetStatus(status int) {
b.StatusCode = status
}

type LinkedHashMap map[string]interface{}

[#assign ignoredTypes = ["HTTPHeaders","IntrospectResponse","LocalizedIntegers","LocalizedStrings","UserinfoResponse","ApplicationEvent"]/]
[#list domain as d]
[#if !(ignoredTypes?seq_contains(d.type))]
Expand Down

0 comments on commit abfca75

Please sign in to comment.