8 lines
84 B
Go
8 lines
84 B
Go
package objects
|
|
|
|
type EmbedField struct {
|
|
Name string
|
|
Value string
|
|
Inline bool
|
|
}
|