Documentation
¶
Index ¶
Constants ¶
This section is empty.
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 []app.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) (app.EndpointPort, error)
type Telegram ¶
func NewTelegram ¶
type TelegramResponse ¶
Click to show internal directories.
Click to hide internal directories.