service

package
v0.0.0-...-e9625fd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	URL URLServicer
}

type URLService

type URLService struct {
	AppURL string
}

func (*URLService) GenAuthorizeURI

func (u *URLService) GenAuthorizeURI(authQuery valueobject.AuthQuery) string

type URLServicer

type URLServicer interface {
	GenAuthorizeURI(authQuery valueobject.AuthQuery) string
}

func NewURLService

func NewURLService(url string) URLServicer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL