querystorehavebuild

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryStoreHaveBuild

type QueryStoreHaveBuild struct {
	/**
	 * 是否有建群能力 0 - 没有 1 - 有
	 */
	Status bool `json:"status"`
}

type QueryStoreHaveBuildRequest

type QueryStoreHaveBuildRequest struct {
}

func (*QueryStoreHaveBuildRequest) DoInvoke

type QueryStoreHaveBuildResponse

type QueryStoreHaveBuildResponse struct {
	Code    string              `json:"code"`
	Msg     string              `json:"msg"`
	Data    QueryStoreHaveBuild `json:"data"`
	TraceId string              `json:"traceId"`
}

func (*QueryStoreHaveBuildResponse) IsSuccess

func (response *QueryStoreHaveBuildResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL