user

package
v0.0.0-...-6110840 Latest Latest
Warning

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

Go to latest
Published: May 8, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GraphQLUserService

type GraphQLUserService struct {
	// contains filtered or unexported fields
}

GraphQLUserService derivated method

func GraphQLUserServiceHandler

func GraphQLUserServiceHandler() *GraphQLUserService

GraphQLUserServiceHandler handler return: UserService

func (*GraphQLUserService) GraphQLGetAllUser

func (service *GraphQLUserService) GraphQLGetAllUser(gq graphql.ResolveParams) (interface{}, error)

GraphQLGetAllUser params @gq: graphql.ResolveParams return interface{}, error

func (*GraphQLUserService) GraphQLGetUserByID

func (service *GraphQLUserService) GraphQLGetUserByID(gq graphql.ResolveParams) (interface{}, error)

GraphQLGetUserByID params @gq: graphql.ResolveParams return interface{}, error

type GraphQLUserServiceInterface

type GraphQLUserServiceInterface interface {
	GraphQLGetUserByID(gq graphql.ResolveParams) (interface{}, error)
	GraphQLGetAllUser(gq graphql.ResolveParams) (interface{}, error)
}

Jump to

Keyboard shortcuts

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