fix code
This commit is contained in:
No files matched your search
@@ -58,8 +58,8 @@ type RequestDeleteRencanaKontrol struct {
|
||||
}
|
||||
|
||||
type ResponseRaw struct {
|
||||
Response string `json:"response"`
|
||||
MetaData Metadata `json:"metadata"`
|
||||
Response string `json:"response"`
|
||||
MetaData MetadataString `json:"metadata"`
|
||||
}
|
||||
|
||||
type ResponseRawUpper struct {
|
||||
@@ -92,7 +92,7 @@ type ResponseGetSuratKontrolBySEP struct {
|
||||
Response ResponseSuratKontrolBySEP `json:"response"`
|
||||
}
|
||||
|
||||
type ResponseInsert struct {
|
||||
type Response struct {
|
||||
MetaData MetadataString `json:"metadata"`
|
||||
Response ResponseSuratKontrol `json:"response"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user