6 lines
111 B
Go
6 lines
111 B
Go
package response_struct
|
|
|
|
type Mermaid struct {
|
|
Type string `json:"type"`
|
|
Content string `json:"content"`
|
|
} |