"get by name, tag" functions; update todo
This commit is contained in:
@@ -4,9 +4,9 @@ use serde_derive::{Serialize, Deserialize};
|
||||
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub struct Entity {
|
||||
name: String,
|
||||
image: String,
|
||||
tags: Vec<String>,
|
||||
pub name: String,
|
||||
pub image: String,
|
||||
pub tags: Vec<String>,
|
||||
}
|
||||
|
||||
impl Entity {
|
||||
|
||||
Reference in New Issue
Block a user