Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllProvider ¶
type AllProvider struct {
// contains filtered or unexported fields
}
func All ¶
func All(f MetaFetcher) *AllProvider
func (*AllProvider) SourceIDs ¶
func (p *AllProvider) SourceIDs() []string
type MetaFetcher ¶
type MetaFetcher interface { // Meta returns meta information from LogCache. Meta(ctx context.Context) (map[string]*rpc.MetaInfo, error) }
MetaFetcher returns meta information from LogCache.
type Regex ¶
type Regex struct {
// contains filtered or unexported fields
}
Regex provides source IDs that are filtered by a regex.
type SpaceOption ¶
type SpaceOption func(*SpaceProvider)
func WithSpaceServiceInstances ¶
func WithSpaceServiceInstances() SpaceOption
type SpaceProvider ¶
type SpaceProvider struct {
// contains filtered or unexported fields
}
func Space ¶
func Space(c Curler, apiURL, spaceGuid string, opts ...SpaceOption) *SpaceProvider
func (*SpaceProvider) SourceIDs ¶
func (s *SpaceProvider) SourceIDs() []string
Click to show internal directories.
Click to hide internal directories.