/* * * Copyright 2022 Oleg Borodin * */ package dsrpc type Empty struct{} func NewEmpty() *Empty { return &Empty{} }