Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { GetIndexError error GetIndexResponse *indexcache.Index }
type MapResource ¶ added in v6.0.1
type MapResource struct {
// contains filtered or unexported fields
}
func NewMap ¶ added in v6.0.1
func NewMap(config map[string]Config) *MapResource
func (*MapResource) GetIndex ¶ added in v6.0.1
func (r *MapResource) GetIndex(ctx context.Context, url string) (*indexcache.Index, error)
Click to show internal directories.
Click to hide internal directories.