Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FavoriteInterface ¶
type FavoriteInterface interface { AddHostFavourite(ctx context.Context, user string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) UpdateHostFavouriteByID(ctx context.Context, user string, id string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) DeleteHostFavouriteByID(ctx context.Context, user string, id string, h util.Headers) (resp *api.BKAPIRsp, err error) GetHostFavourites(ctx context.Context, user string, h util.Headers, dat commondata.ObjQueryInput) (resp *api.BKAPIRsp, err error) GetHostFavouriteByID(ctx context.Context, user string, id string, h util.Headers) (resp *api.BKAPIRsp, err error) }
func NewFavoriteInterface ¶
func NewFavoriteInterface(client rest.ClientInterface) FavoriteInterface
Click to show internal directories.
Click to hide internal directories.