Documentation
¶
Index ¶
Constants ¶
View Source
const ( NameTelegram = "telegram" NameMock = "mock" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶ added in v0.2.0
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶ added in v0.2.0
func NewRepository(configEndpoints []domain.ConfigEndpoint) *Repository
func (*Repository) Create ¶ added in v0.2.0
func (r *Repository) Create(name, endpointType string, config map[string]string) error
func (*Repository) Get ¶ added in v0.2.0
func (r *Repository) Get(name string) (domain.EndpointPort, error)
type Telegram ¶
func NewTelegram ¶
type TelegramResponse ¶
Click to show internal directories.
Click to hide internal directories.