project

package
v0.0.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	RepoCfg repository.Config `yaml:"database"`
}

func (*Config) RegisterFlags

func (cfg *Config) RegisterFlags(fs *flag.FlagSet)

func (*Config) Validate

func (cfg *Config) Validate() error

type EchoService

type EchoService interface {
	service.Backend

	pb.EchoServiceServer
}

func NewEchoService

func NewEchoService() (EchoService, error)

type IdentityService

type IdentityService interface {
	service.Backend

	projectpb.IdentityServiceServer
}

IdentityService Identity service server

func NewIdentityService

func NewIdentityService() (IdentityService, error)

type Service

type Service interface {
	service.Backend

	projectpb.ProjectServiceServer
}

Service Project server

func NewProjectService

func NewProjectService(cfg Config) (Service, error)

Directories

Path Synopsis
Package name deals with parsing and formatting resource names used in the Library API
Package name deals with parsing and formatting resource names used in the Library API

Jump to

Keyboard shortcuts

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