mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-10 07:48:14 -04:00
6 lines
96 B
Go
6 lines
96 B
Go
package model
|
|
|
|
type CreateFMResponse struct {
|
|
SessionID string `json:"session_id,omitempty"`
|
|
}
|