ChatbotCommunication

package module
v0.0.0-...-3383b28 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

README

ChatbotCommunication

Клиент для сайтов https://xu.su, https://botinplace.ru написанный на Go. С помощью этого клиента можно реализовывать эмулятор общения в чате или еще где-нибудь.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BotCreator

type BotCreator struct {
	UID *uuid.UUID
	// contains filtered or unexported fields
}

func (*BotCreator) New

func (b *BotCreator) New(provader Iprovader) Iprovader

type Botinplace

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

func (*Botinplace) Send

func (b *Botinplace) Send(question string) (result string, e error)

type Iprovader

type Iprovader interface {
	Send(string) (string, error)
	// contains filtered or unexported methods
}

type XU

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

func (*XU) Send

func (b *XU) Send(question string) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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