1
0
mirror of https://github.com/nezhahq/nezha.git synced 2025-03-12 00:38:13 -04:00
nezha/model/fm_api.go
2024-10-25 09:09:08 +08:00

6 lines
96 B
Go

package model
type CreateFMResponse struct {
SessionID string `json:"session_id,omitempty"`
}