Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetsService ¶
type AssetsService interface {
ListAssets(ctx context.Context, request *ListAssetsRequest) (*ListAssetsResponse, error)
}
func NewAssetsService ¶
func NewAssetsService(c client.RestClient) AssetsService
type ListAssetsRequest ¶
type ListAssetsRequest struct {
EntityId string `json:"entity_id"`
}
type ListAssetsResponse ¶
type ListAssetsResponse struct { Assets []*model.Asset `json:"assets"` Request *ListAssetsRequest `json:"request"` }
Click to show internal directories.
Click to hide internal directories.