Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientParameters ¶
type ClientParameters struct {
ClusterID string
RedirectURL string
SessionID string
ClientType string
ConsumerID string
IsClusterScoped bool
}
func GetQueryParams ¶
func GetQueryParams(r *http.Request) *ClientParameters
GetQueryParams extracts the client parameters from the given HTTP request.
func (*ClientParameters) WithParams ¶
func (r *ClientParameters) WithParams(urlStr string) string
WithParams adds the client parameters to the given URL as query parameters.
Click to show internal directories.
Click to hide internal directories.