mergestring

package
v0.0.0-...-be6fa50 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2024 License: MulanPSL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	L string
}

func NewLog

func NewLog() *Log

func (*Log) LogToFile

func (lg *Log) LogToFile(s string)

type LogToFiler

type LogToFiler interface {
	LogToFile(string)
}

type MergeService

type MergeService interface {
	Service
	LogToFiler
}

type MergeString

type MergeString struct {
	Word1 string
	Word2 string
}

func NewMergeString

func NewMergeString() *MergeString

func (*MergeString) LogToFile

func (m *MergeString) LogToFile(s string)

func (*MergeString) Merge

func (m *MergeString) Merge() string

type Service

type Service interface {
	Merge() string
}

Jump to

Keyboard shortcuts

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