repositoryimpl

package
v0.0.0-...-17919c4 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCorpSigning

func NewCorpSigning(dao dao) *corpSigning

func NewIndividualSigning

func NewIndividualSigning(dao dao) *individualSigning
func NewLink(dao dao) *link

Types

type Collections

type Collections struct {
	Link              string `json:"link"               required:"true"`
	CorpSigning       string `json:"corp_signing"       required:"true"`
	IndividualSigning string `json:"individual_signing" required:"true"`
}

type Config

type Config struct {
	Collections Collections `json:"collections" required:"true"`
}

type RepDO

type RepDO struct {
	Name  string `bson:"name"  json:"name"  required:"true"`
	Email string `bson:"email" json:"email" required:"true"`
}

representative DO

Jump to

Keyboard shortcuts

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