anon

package module
v0.0.0-...-2b5459e Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2020 License: AGPL-3.0 Imports: 4 Imported by: 2

README

anon

anonymiser for exams

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Anonymiser

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

func New

func New(inputPath string) (*Anonymiser, error)

func (*Anonymiser) GetAnonymous

func (a *Anonymiser) GetAnonymous(identityKey string) (string, error)

func (*Anonymiser) GetIdentity

func (a *Anonymiser) GetIdentity(anonymousKey string) (string, error)

func (*Anonymiser) GetLength

func (a *Anonymiser) GetLength() int

type IdentityDictionary

type IdentityDictionary struct {
	Anonymous string `csv:"anonymous"`
	Identity  string `csv:"identity"`
}

Jump to

Keyboard shortcuts

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