package model type OperationResult struct { IsSuccessful bool Error string }