Skip to content

Commit

Permalink
add response struct
Browse files Browse the repository at this point in the history
  • Loading branch information
hooksie1 committed Aug 6, 2024
1 parent 5f893f5 commit 15b741b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions service/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ type Request struct {
Data []byte
}

type SecretResponse struct {
Details string `json:"details"`
}

type ResponseError struct {
Error string `json:"error"`
}
Expand Down

0 comments on commit 15b741b

Please sign in to comment.