Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2023-02-13 14:03:02 +03:00
parent 0f583218d4
commit b07806b9a1

View File

@ -78,5 +78,5 @@ func (d Duration) MarshalYAML() (interface{}, error) {
return nil, nil
}
func (d Duration)
func (d Duration) UnmarshalYAML(fn func(interface{}) error) error
*/