wordmaster

package
v0.0.0-...-e3cadf0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SupportedLanguage_name = map[int32]string{
		0: "EN",
		1: "RU",
		2: "ES",
	}
	SupportedLanguage_value = map[string]int32{
		"EN": 0,
		"RU": 1,
		"ES": 2,
	}
)

Enum value maps for SupportedLanguage.

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_requests_proto protoreflect.FileDescriptor
View Source
var File_responses_proto protoreflect.FileDescriptor
View Source
var File_spanish_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type BakedWiktionaryWord

type BakedWiktionaryWord struct {
	Word     *WordId            `protobuf:"bytes,1,opt,name=word,proto3" json:"word,omitempty"`
	Contents *WordContents      `protobuf:"bytes,2,opt,name=contents,proto3,oneof" json:"contents,omitempty"`
	Senses   []*WiktionarySense `protobuf:"bytes,3,rep,name=senses,proto3" json:"senses,omitempty"`
	// contains filtered or unexported fields
}

func (*BakedWiktionaryWord) Descriptor deprecated

func (*BakedWiktionaryWord) Descriptor() ([]byte, []int)

Deprecated: Use BakedWiktionaryWord.ProtoReflect.Descriptor instead.

func (*BakedWiktionaryWord) GetContents

func (x *BakedWiktionaryWord) GetContents() *WordContents

func (*BakedWiktionaryWord) GetSenses

func (x *BakedWiktionaryWord) GetSenses() []*WiktionarySense

func (*BakedWiktionaryWord) GetWord

func (x *BakedWiktionaryWord) GetWord() *WordId

func (*BakedWiktionaryWord) ProtoMessage

func (*BakedWiktionaryWord) ProtoMessage()

func (*BakedWiktionaryWord) ProtoReflect

func (x *BakedWiktionaryWord) ProtoReflect() protoreflect.Message

func (*BakedWiktionaryWord) Reset

func (x *BakedWiktionaryWord) Reset()

func (*BakedWiktionaryWord) String

func (x *BakedWiktionaryWord) String() string

type Consumer

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

func NewConsumer

func NewConsumer(logger *log.Logger, brokers []string, topic string, maxWait time.Duration) *Consumer

func (*Consumer) Close

func (c *Consumer) Close() error

func (*Consumer) Consume

func (c *Consumer) Consume(ctx context.Context) <-chan *WiktionaryResponse

type Producer

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

func NewProducer

func NewProducer(logger *log.Logger, brokers []string, topic string) *Producer

func (*Producer) Produce

func (p *Producer) Produce(ctx context.Context, c <-chan *WiktionaryRequest)

type RequestId

type RequestId struct {
	WiktionaryLanguage SupportedLanguage `` /* 190-byte string literal not displayed */
	WordLanguage       SupportedLanguage `` /* 172-byte string literal not displayed */
	WordId             *WordId           `protobuf:"bytes,3,opt,name=word_id,json=wordId,proto3" json:"word_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestId) Descriptor deprecated

func (*RequestId) Descriptor() ([]byte, []int)

Deprecated: Use RequestId.ProtoReflect.Descriptor instead.

func (*RequestId) GetWiktionaryLanguage

func (x *RequestId) GetWiktionaryLanguage() SupportedLanguage

func (*RequestId) GetWordId

func (x *RequestId) GetWordId() *WordId

func (*RequestId) GetWordLanguage

func (x *RequestId) GetWordLanguage() SupportedLanguage

func (*RequestId) ProtoMessage

func (*RequestId) ProtoMessage()

func (*RequestId) ProtoReflect

func (x *RequestId) ProtoReflect() protoreflect.Message

func (*RequestId) Reset

func (x *RequestId) Reset()

func (*RequestId) String

func (x *RequestId) String() string

type RequestedContents

type RequestedContents struct {
	Definition  bool `protobuf:"varint,1,opt,name=definition,proto3" json:"definition,omitempty"`
	Examples    bool `protobuf:"varint,2,opt,name=examples,proto3" json:"examples,omitempty"`
	Etymology   bool `protobuf:"varint,3,opt,name=etymology,proto3" json:"etymology,omitempty"`
	Ipa         bool `protobuf:"varint,4,opt,name=ipa,proto3" json:"ipa,omitempty"`
	Single      bool `protobuf:"varint,5,opt,name=single,proto3" json:"single,omitempty"`
	Inflections bool `protobuf:"varint,6,opt,name=inflections,proto3" json:"inflections,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestedContents) Descriptor deprecated

func (*RequestedContents) Descriptor() ([]byte, []int)

Deprecated: Use RequestedContents.ProtoReflect.Descriptor instead.

func (*RequestedContents) GetDefinition

func (x *RequestedContents) GetDefinition() bool

func (*RequestedContents) GetEtymology

func (x *RequestedContents) GetEtymology() bool

func (*RequestedContents) GetExamples

func (x *RequestedContents) GetExamples() bool

func (*RequestedContents) GetInflections

func (x *RequestedContents) GetInflections() bool

func (*RequestedContents) GetIpa

func (x *RequestedContents) GetIpa() bool

func (*RequestedContents) GetSingle

func (x *RequestedContents) GetSingle() bool

func (*RequestedContents) ProtoMessage

func (*RequestedContents) ProtoMessage()

func (*RequestedContents) ProtoReflect

func (x *RequestedContents) ProtoReflect() protoreflect.Message

func (*RequestedContents) Reset

func (x *RequestedContents) Reset()

func (*RequestedContents) String

func (x *RequestedContents) String() string

type Sound

type Sound struct {
	Ipa  string   `protobuf:"bytes,1,opt,name=ipa,proto3" json:"ipa,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*Sound) Descriptor deprecated

func (*Sound) Descriptor() ([]byte, []int)

Deprecated: Use Sound.ProtoReflect.Descriptor instead.

func (*Sound) GetIpa

func (x *Sound) GetIpa() string

func (*Sound) GetTags

func (x *Sound) GetTags() []string

func (*Sound) ProtoMessage

func (*Sound) ProtoMessage()

func (*Sound) ProtoReflect

func (x *Sound) ProtoReflect() protoreflect.Message

func (*Sound) Reset

func (x *Sound) Reset()

func (*Sound) String

func (x *Sound) String() string

type SourceId

type SourceId struct {
	DeckId int64 `protobuf:"varint,1,opt,name=deck_id,json=deckId,proto3" json:"deck_id,omitempty"`
	CardId int64 `protobuf:"varint,2,opt,name=card_id,json=cardId,proto3" json:"card_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceId) Descriptor deprecated

func (*SourceId) Descriptor() ([]byte, []int)

Deprecated: Use SourceId.ProtoReflect.Descriptor instead.

func (*SourceId) GetCardId

func (x *SourceId) GetCardId() int64

func (*SourceId) GetDeckId

func (x *SourceId) GetDeckId() int64

func (*SourceId) ProtoMessage

func (*SourceId) ProtoMessage()

func (*SourceId) ProtoReflect

func (x *SourceId) ProtoReflect() protoreflect.Message

func (*SourceId) Reset

func (x *SourceId) Reset()

func (*SourceId) String

func (x *SourceId) String() string

type SpanishVerbImperativeInflections

type SpanishVerbImperativeInflections struct {
	Affirmative *SpanishVerbPersonInflections `protobuf:"bytes,1,opt,name=affirmative,proto3" json:"affirmative,omitempty"`
	Negative    *SpanishVerbPersonInflections `protobuf:"bytes,4,opt,name=negative,proto3" json:"negative,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanishVerbImperativeInflections) Descriptor deprecated

func (*SpanishVerbImperativeInflections) Descriptor() ([]byte, []int)

Deprecated: Use SpanishVerbImperativeInflections.ProtoReflect.Descriptor instead.

func (*SpanishVerbImperativeInflections) GetAffirmative

func (*SpanishVerbImperativeInflections) GetNegative

func (*SpanishVerbImperativeInflections) ProtoMessage

func (*SpanishVerbImperativeInflections) ProtoMessage()

func (*SpanishVerbImperativeInflections) ProtoReflect

func (*SpanishVerbImperativeInflections) Reset

func (*SpanishVerbImperativeInflections) String

type SpanishVerbIndicativeInflections

type SpanishVerbIndicativeInflections struct {
	Present     *SpanishVerbPersonInflections `protobuf:"bytes,1,opt,name=present,proto3" json:"present,omitempty"`
	Imperfect   *SpanishVerbPersonInflections `protobuf:"bytes,2,opt,name=imperfect,proto3" json:"imperfect,omitempty"`
	Preterite   *SpanishVerbPersonInflections `protobuf:"bytes,3,opt,name=preterite,proto3" json:"preterite,omitempty"`
	Future      *SpanishVerbPersonInflections `protobuf:"bytes,4,opt,name=future,proto3" json:"future,omitempty"`
	Conditional *SpanishVerbPersonInflections `protobuf:"bytes,5,opt,name=conditional,proto3" json:"conditional,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanishVerbIndicativeInflections) Descriptor deprecated

func (*SpanishVerbIndicativeInflections) Descriptor() ([]byte, []int)

Deprecated: Use SpanishVerbIndicativeInflections.ProtoReflect.Descriptor instead.

func (*SpanishVerbIndicativeInflections) GetConditional

func (*SpanishVerbIndicativeInflections) GetFuture

func (*SpanishVerbIndicativeInflections) GetImperfect

func (*SpanishVerbIndicativeInflections) GetPresent

func (*SpanishVerbIndicativeInflections) GetPreterite

func (*SpanishVerbIndicativeInflections) ProtoMessage

func (*SpanishVerbIndicativeInflections) ProtoMessage()

func (*SpanishVerbIndicativeInflections) ProtoReflect

func (*SpanishVerbIndicativeInflections) Reset

func (*SpanishVerbIndicativeInflections) String

type SpanishVerbInflections

type SpanishVerbInflections struct {
	Infinitive     string                             `protobuf:"bytes,1,opt,name=infinitive,proto3" json:"infinitive,omitempty"`
	Gerund         string                             `protobuf:"bytes,2,opt,name=gerund,proto3" json:"gerund,omitempty"`
	PastParticiple string                             `protobuf:"bytes,3,opt,name=past_participle,json=pastParticiple,proto3" json:"past_participle,omitempty"`
	Indicative     *SpanishVerbIndicativeInflections  `protobuf:"bytes,4,opt,name=indicative,proto3" json:"indicative,omitempty"`
	Subjunctive    *SpanishVerbSubjunctiveInflections `protobuf:"bytes,5,opt,name=subjunctive,proto3" json:"subjunctive,omitempty"`
	Imperative     *SpanishVerbImperativeInflections  `protobuf:"bytes,6,opt,name=imperative,proto3" json:"imperative,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanishVerbInflections) Descriptor deprecated

func (*SpanishVerbInflections) Descriptor() ([]byte, []int)

Deprecated: Use SpanishVerbInflections.ProtoReflect.Descriptor instead.

func (*SpanishVerbInflections) GetGerund

func (x *SpanishVerbInflections) GetGerund() string

func (*SpanishVerbInflections) GetImperative

func (*SpanishVerbInflections) GetIndicative

func (*SpanishVerbInflections) GetInfinitive

func (x *SpanishVerbInflections) GetInfinitive() string

func (*SpanishVerbInflections) GetPastParticiple

func (x *SpanishVerbInflections) GetPastParticiple() string

func (*SpanishVerbInflections) GetSubjunctive

func (*SpanishVerbInflections) ProtoMessage

func (*SpanishVerbInflections) ProtoMessage()

func (*SpanishVerbInflections) ProtoReflect

func (x *SpanishVerbInflections) ProtoReflect() protoreflect.Message

func (*SpanishVerbInflections) Reset

func (x *SpanishVerbInflections) Reset()

func (*SpanishVerbInflections) String

func (x *SpanishVerbInflections) String() string

type SpanishVerbPersonInflections

type SpanishVerbPersonInflections struct {
	Yo           string `protobuf:"bytes,1,opt,name=yo,proto3" json:"yo,omitempty"`
	Tu           string `protobuf:"bytes,2,opt,name=tu,proto3" json:"tu,omitempty"`
	Vos          string `protobuf:"bytes,3,opt,name=vos,proto3" json:"vos,omitempty"`
	ElloUsted    string `protobuf:"bytes,4,opt,name=ello_usted,json=elloUsted,proto3" json:"ello_usted,omitempty"`
	Nosotros     string `protobuf:"bytes,5,opt,name=nosotros,proto3" json:"nosotros,omitempty"`
	Vosotros     string `protobuf:"bytes,6,opt,name=vosotros,proto3" json:"vosotros,omitempty"`
	EllosUstedes string `protobuf:"bytes,7,opt,name=ellos_ustedes,json=ellosUstedes,proto3" json:"ellos_ustedes,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanishVerbPersonInflections) Descriptor deprecated

func (*SpanishVerbPersonInflections) Descriptor() ([]byte, []int)

Deprecated: Use SpanishVerbPersonInflections.ProtoReflect.Descriptor instead.

func (*SpanishVerbPersonInflections) GetElloUsted

func (x *SpanishVerbPersonInflections) GetElloUsted() string

func (*SpanishVerbPersonInflections) GetEllosUstedes

func (x *SpanishVerbPersonInflections) GetEllosUstedes() string

func (*SpanishVerbPersonInflections) GetNosotros

func (x *SpanishVerbPersonInflections) GetNosotros() string

func (*SpanishVerbPersonInflections) GetTu

func (*SpanishVerbPersonInflections) GetVos

func (*SpanishVerbPersonInflections) GetVosotros

func (x *SpanishVerbPersonInflections) GetVosotros() string

func (*SpanishVerbPersonInflections) GetYo

func (*SpanishVerbPersonInflections) ProtoMessage

func (*SpanishVerbPersonInflections) ProtoMessage()

func (*SpanishVerbPersonInflections) ProtoReflect

func (*SpanishVerbPersonInflections) Reset

func (x *SpanishVerbPersonInflections) Reset()

func (*SpanishVerbPersonInflections) String

type SpanishVerbSubjunctiveInflections

type SpanishVerbSubjunctiveInflections struct {
	Present     *SpanishVerbPersonInflections `protobuf:"bytes,1,opt,name=present,proto3" json:"present,omitempty"`
	ImperfectRa *SpanishVerbPersonInflections `protobuf:"bytes,2,opt,name=imperfect_ra,json=imperfectRa,proto3" json:"imperfect_ra,omitempty"`
	ImperfectSe *SpanishVerbPersonInflections `protobuf:"bytes,3,opt,name=imperfect_se,json=imperfectSe,proto3" json:"imperfect_se,omitempty"`
	Future      *SpanishVerbPersonInflections `protobuf:"bytes,4,opt,name=future,proto3" json:"future,omitempty"`
	// contains filtered or unexported fields
}

func (*SpanishVerbSubjunctiveInflections) Descriptor deprecated

func (*SpanishVerbSubjunctiveInflections) Descriptor() ([]byte, []int)

Deprecated: Use SpanishVerbSubjunctiveInflections.ProtoReflect.Descriptor instead.

func (*SpanishVerbSubjunctiveInflections) GetFuture

func (*SpanishVerbSubjunctiveInflections) GetImperfectRa

func (*SpanishVerbSubjunctiveInflections) GetImperfectSe

func (*SpanishVerbSubjunctiveInflections) GetPresent

func (*SpanishVerbSubjunctiveInflections) ProtoMessage

func (*SpanishVerbSubjunctiveInflections) ProtoMessage()

func (*SpanishVerbSubjunctiveInflections) ProtoReflect

func (*SpanishVerbSubjunctiveInflections) Reset

func (*SpanishVerbSubjunctiveInflections) String

type SupportedLanguage

type SupportedLanguage int32
const (
	SupportedLanguage_EN SupportedLanguage = 0
	SupportedLanguage_RU SupportedLanguage = 1
	SupportedLanguage_ES SupportedLanguage = 2
)

func (SupportedLanguage) Descriptor

func (SupportedLanguage) Enum

func (SupportedLanguage) EnumDescriptor deprecated

func (SupportedLanguage) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupportedLanguage.Descriptor instead.

func (SupportedLanguage) Number

func (SupportedLanguage) String

func (x SupportedLanguage) String() string

func (SupportedLanguage) Type

type WiktionaryExample

type WiktionaryExample struct {
	Text string  `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Ref  *string `protobuf:"bytes,2,opt,name=ref,proto3,oneof" json:"ref,omitempty"`
	Type *string `protobuf:"bytes,3,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*WiktionaryExample) Descriptor deprecated

func (*WiktionaryExample) Descriptor() ([]byte, []int)

Deprecated: Use WiktionaryExample.ProtoReflect.Descriptor instead.

func (*WiktionaryExample) GetRef

func (x *WiktionaryExample) GetRef() string

func (*WiktionaryExample) GetText

func (x *WiktionaryExample) GetText() string

func (*WiktionaryExample) GetType

func (x *WiktionaryExample) GetType() string

func (*WiktionaryExample) ProtoMessage

func (*WiktionaryExample) ProtoMessage()

func (*WiktionaryExample) ProtoReflect

func (x *WiktionaryExample) ProtoReflect() protoreflect.Message

func (*WiktionaryExample) Reset

func (x *WiktionaryExample) Reset()

func (*WiktionaryExample) String

func (x *WiktionaryExample) String() string

type WiktionaryRequest

type WiktionaryRequest struct {
	Word     *RequestId         `protobuf:"bytes,1,opt,name=word,proto3" json:"word,omitempty"`
	Contents *RequestedContents `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	Source   *SourceId          `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*WiktionaryRequest) Descriptor deprecated

func (*WiktionaryRequest) Descriptor() ([]byte, []int)

Deprecated: Use WiktionaryRequest.ProtoReflect.Descriptor instead.

func (*WiktionaryRequest) GetContents

func (x *WiktionaryRequest) GetContents() *RequestedContents

func (*WiktionaryRequest) GetSource

func (x *WiktionaryRequest) GetSource() *SourceId

func (*WiktionaryRequest) GetWord

func (x *WiktionaryRequest) GetWord() *RequestId

func (*WiktionaryRequest) ProtoMessage

func (*WiktionaryRequest) ProtoMessage()

func (*WiktionaryRequest) ProtoReflect

func (x *WiktionaryRequest) ProtoReflect() protoreflect.Message

func (*WiktionaryRequest) Reset

func (x *WiktionaryRequest) Reset()

func (*WiktionaryRequest) String

func (x *WiktionaryRequest) String() string

type WiktionaryResponse

type WiktionaryResponse struct {
	Words  []*BakedWiktionaryWord `protobuf:"bytes,1,rep,name=words,proto3" json:"words,omitempty"`
	Source *SourceId              `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*WiktionaryResponse) Descriptor deprecated

func (*WiktionaryResponse) Descriptor() ([]byte, []int)

Deprecated: Use WiktionaryResponse.ProtoReflect.Descriptor instead.

func (*WiktionaryResponse) GetSource

func (x *WiktionaryResponse) GetSource() *SourceId

func (*WiktionaryResponse) GetWords

func (x *WiktionaryResponse) GetWords() []*BakedWiktionaryWord

func (*WiktionaryResponse) ProtoMessage

func (*WiktionaryResponse) ProtoMessage()

func (*WiktionaryResponse) ProtoReflect

func (x *WiktionaryResponse) ProtoReflect() protoreflect.Message

func (*WiktionaryResponse) Reset

func (x *WiktionaryResponse) Reset()

func (*WiktionaryResponse) String

func (x *WiktionaryResponse) String() string

type WiktionarySense

type WiktionarySense struct {
	Examples []*WiktionaryExample `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"`
	Glosses  []string             `protobuf:"bytes,2,rep,name=glosses,proto3" json:"glosses,omitempty"`
	Tags     []string             `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*WiktionarySense) Descriptor deprecated

func (*WiktionarySense) Descriptor() ([]byte, []int)

Deprecated: Use WiktionarySense.ProtoReflect.Descriptor instead.

func (*WiktionarySense) GetExamples

func (x *WiktionarySense) GetExamples() []*WiktionaryExample

func (*WiktionarySense) GetGlosses

func (x *WiktionarySense) GetGlosses() []string

func (*WiktionarySense) GetTags

func (x *WiktionarySense) GetTags() []string

func (*WiktionarySense) ProtoMessage

func (*WiktionarySense) ProtoMessage()

func (*WiktionarySense) ProtoReflect

func (x *WiktionarySense) ProtoReflect() protoreflect.Message

func (*WiktionarySense) Reset

func (x *WiktionarySense) Reset()

func (*WiktionarySense) String

func (x *WiktionarySense) String() string

type WordContents

type WordContents struct {
	Etymology *string  `protobuf:"bytes,3,opt,name=etymology,proto3,oneof" json:"etymology,omitempty"`
	Ipa       []*Sound `protobuf:"bytes,4,rep,name=ipa,proto3" json:"ipa,omitempty"`
	// Types that are assignable to Inflections:
	//
	//	*WordContents_SpanishVerbInflections
	Inflections isWordContents_Inflections `protobuf_oneof:"inflections"`
	// contains filtered or unexported fields
}

func (*WordContents) Descriptor deprecated

func (*WordContents) Descriptor() ([]byte, []int)

Deprecated: Use WordContents.ProtoReflect.Descriptor instead.

func (*WordContents) GetEtymology

func (x *WordContents) GetEtymology() string

func (*WordContents) GetInflections

func (m *WordContents) GetInflections() isWordContents_Inflections

func (*WordContents) GetIpa

func (x *WordContents) GetIpa() []*Sound

func (*WordContents) GetSpanishVerbInflections

func (x *WordContents) GetSpanishVerbInflections() *SpanishVerbInflections

func (*WordContents) ProtoMessage

func (*WordContents) ProtoMessage()

func (*WordContents) ProtoReflect

func (x *WordContents) ProtoReflect() protoreflect.Message

func (*WordContents) Reset

func (x *WordContents) Reset()

func (*WordContents) String

func (x *WordContents) String() string

type WordContents_SpanishVerbInflections

type WordContents_SpanishVerbInflections struct {
	SpanishVerbInflections *SpanishVerbInflections `protobuf:"bytes,5,opt,name=spanish_verb_inflections,json=spanishVerbInflections,proto3,oneof"`
}

type WordId

type WordId struct {
	Word         string  `protobuf:"bytes,1,opt,name=word,proto3" json:"word,omitempty"`
	PartOfSpeech *string `protobuf:"bytes,2,opt,name=part_of_speech,json=partOfSpeech,proto3,oneof" json:"part_of_speech,omitempty"`
	// contains filtered or unexported fields
}

func (*WordId) Descriptor deprecated

func (*WordId) Descriptor() ([]byte, []int)

Deprecated: Use WordId.ProtoReflect.Descriptor instead.

func (*WordId) GetPartOfSpeech

func (x *WordId) GetPartOfSpeech() string

func (*WordId) GetWord

func (x *WordId) GetWord() string

func (*WordId) ProtoMessage

func (*WordId) ProtoMessage()

func (*WordId) ProtoReflect

func (x *WordId) ProtoReflect() protoreflect.Message

func (*WordId) Reset

func (x *WordId) Reset()

func (*WordId) String

func (x *WordId) String() string

Jump to

Keyboard shortcuts

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