github.com/projecteru2/core@v0.0.0-20240321043226-06bcc1c23f58/types/pod.go (about)

     1  package types
     2  
     3  // Pod define pod
     4  type Pod struct {
     5  	Name string `json:"name"`
     6  	Desc string `json:"desc"`
     7  }