Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( wire.Struct(new(RequestOriginProvider), "*"), wire.Bind(new(OriginProvider), new(*RequestOriginProvider)), wire.Struct(new(EndpointsProvider), "*"), )
Functions ¶
This section is empty.
Types ¶
type EndpointsProvider ¶
type EndpointsProvider struct {
OriginProvider OriginProvider
}
func (*EndpointsProvider) AcceptCollaboratorInvitationEndpointURL ¶
func (p *EndpointsProvider) AcceptCollaboratorInvitationEndpointURL() *url.URL
func (*EndpointsProvider) BillingEndpointURL ¶
func (p *EndpointsProvider) BillingEndpointURL(relayGlobalAppID string) *url.URL
func (*EndpointsProvider) BillingRedirectEndpointURL ¶
func (p *EndpointsProvider) BillingRedirectEndpointURL(relayGlobalAppID string) *url.URL
type OriginProvider ¶
Click to show internal directories.
Click to hide internal directories.