Documentation
¶
Index ¶
- func APIList[L generic.ListContinue, S meta.Object](ctx context.Context, i generic.ListInterface[L], opts meta.ListOptions, ...) ([]S, error)
- func APIMap[L generic.ListContinue, S meta.Object](ctx context.Context, i generic.ListInterface[L], opts meta.ListOptions, ...) (map[string]S, error)
- func ListObjects[L generic.ListContinue, T meta.Object](ctx context.Context, k generic.ListInterface[L], extract func(result L) []T) ([]T, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func APIList ¶
func APIList[L generic.ListContinue, S meta.Object](ctx context.Context, i generic.ListInterface[L], opts meta.ListOptions, call generic.ExtractorList[L, S]) ([]S, error)
func APIMap ¶
func APIMap[L generic.ListContinue, S meta.Object](ctx context.Context, i generic.ListInterface[L], opts meta.ListOptions, call generic.ExtractorList[L, S]) (map[string]S, error)
func ListObjects ¶
func ListObjects[L generic.ListContinue, T meta.Object](ctx context.Context, k generic.ListInterface[L], extract func(result L) []T) ([]T, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.