diff options
| author | Shulhan <ms@kilabit.info> | 2022-11-04 19:26:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-11-04 19:26:30 +0700 |
| commit | f56f142d9a9b10beac2081695cfbbbff481d4297 (patch) | |
| tree | 93b1fe112dd2bc5e0db0055165f710e6d3ba2b00 /rtol_transfer.go | |
| parent | 84e72cd4f383db1bfbf8b04471911217538bd49d (diff) | |
| download | duitku-f56f142d9a9b10beac2081695cfbbbff481d4297.tar.xz | |
all: export the request and response types
This is to make documentation for the type that embed those types more
clear.
Diffstat (limited to 'rtol_transfer.go')
| -rw-r--r-- | rtol_transfer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtol_transfer.go b/rtol_transfer.go index db6eabc..75b22b6 100644 --- a/rtol_transfer.go +++ b/rtol_transfer.go @@ -36,7 +36,7 @@ type rtolTransfer struct { // Description of transfer purpose. Purpose string `json:"purpose"` - request + Request // Disbursement transfer amount. Amount int64 `json:"amountTransfer"` |
