V1 #1

Merged
trunglt251292 merged 13 commits from v1 into master 2022-05-31 03:35:14 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d0fd48667d - Show all commits

View File

@ -35,6 +35,6 @@ func (Request) SaveLog(payload Log) (*Response, error) {
}
// GetListLogs ...
func (Request) GetListLogs(payload Log) (*Response, error) {
func (Request) GetListLogs(payload *CommonQuery) (*Response, error) {
return requestNats(SubjectRequestNatsLogsGetList, toBytes(payload))
}