Project

General

Profile

Task #18072

Go lib: change the ChangeDetail data structure to use strings

Added by Shuvam Misra about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Start date:
Due date:
12/04/2024
% Done:

100%

Estimated time:

Description

Currently the ChangeDetail data structure is

type ChangeDetail struct {
    Field  string `json:"field"`
    OldVal any    `json:"old_value"`
    NewVal any    `json:"new_value"`
}

The OldVal and NewVal fields need to be changed to strings.

Also available in: Atom PDF