gitlab.com/evatix-go/core@v1.3.55/coreinstruction/ById.go (about)

     1  package coreinstruction
     2  
     3  type ById struct {
     4  	Id string `json:"Id,omitempty"`
     5  }