From 63d9a806993a4333761ef6ebbdcbb58aad0a1dfd Mon Sep 17 00:00:00 2001 From: Daniel DeGroff Date: Tue, 2 Jul 2024 11:54:47 -0600 Subject: [PATCH] add missing type --- pkg/fusionauth/Domain.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/fusionauth/Domain.go b/pkg/fusionauth/Domain.go index d1f4992..608c6c2 100644 --- a/pkg/fusionauth/Domain.go +++ b/pkg/fusionauth/Domain.go @@ -38,6 +38,8 @@ func (b *BaseHTTPResponse) SetStatus(status int) { b.StatusCode = status } +type LinkedHashMap map[string]interface{} + /** * @author Rob Davis */