Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelPoliciesRepository ¶
type ChannelPoliciesRepository struct {
// contains filtered or unexported fields
}
type ChannelRepository ¶
type ChannelRepository struct {
// contains filtered or unexported fields
}
func NewChannelRepository ¶
func NewChannelRepository(logr logr.Logger, client internal.NewrelicClient) *ChannelRepository
func (*ChannelRepository) Delete ¶
func (repository *ChannelRepository) Delete(channel domain.NotificationChannel) error
func (ChannelRepository) Save ¶
func (repository ChannelRepository) Save(channel *domain.NotificationChannel) error
Click to show internal directories.
Click to hide internal directories.