Documentation ¶
Index ¶
- type URLProvider
- func (prov *URLProvider) Explore(ctx context.Context, startCommitNumber int, endCommitNumber int, ...) string
- func (prov *URLProvider) GetQueryStringFromParameters(parameters map[string][]string) string
- func (prov *URLProvider) MultiGraph(ctx context.Context, startCommitNumber int, endCommitNumber int, ...) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type URLProvider ¶
type URLProvider struct {
// contains filtered or unexported fields
}
func New ¶
func New(perfgit perfgit.Git) *URLProvider
New creates a new instance of the UrlProvider struct
func (*URLProvider) Explore ¶
func (prov *URLProvider) Explore(ctx context.Context, startCommitNumber int, endCommitNumber int, parameters map[string][]string, disableFilterParentTraces bool, queryParams url.Values) string
Explore generates a url to the explore page for the given parameters
func (*URLProvider) GetQueryStringFromParameters ¶
func (prov *URLProvider) GetQueryStringFromParameters(parameters map[string][]string) string
Click to show internal directories.
Click to hide internal directories.