7 lines
90 B
Go
7 lines
90 B
Go
package model
|
|
|
|
const (
|
|
ContentTypeText = "text"
|
|
ContentTypeImageURL = "image_url"
|
|
)
|