mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-03 20:20:10 +00:00
6 lines
96 B
Go
6 lines
96 B
Go
package model
|
|
|
|
type CreateFMResponse struct {
|
|
SessionID string `json:"session_id,omitempty"`
|
|
}
|