Documentation ¶
Index ¶
- Variables
- func InitBrain() error
- func InitCollector() error
- func InitEmail() error
- func InitNTFY() error
- func InitPassport() error
- func InitScheduler() error
- func InitStorage() error
- func InitTemplate() error
- func NewAuthWithEtcd() (pb.PassportClient, func() error, error)
- func NewAuthWithTarget(target string) (pb.PassportClient, func() error, error)
- func NewBrainWithEtcd() (pb.FinderClient, func() error, error)
- func NewBrainWithTarget(target string) (pb.FinderClient, func() error, error)
- func NewCollectorWithEtcd() (pb.CollectorClient, func() error, error)
- func NewCollectorWithTarget(target string) (pb.CollectorClient, func() error, error)
- func NewEmailWithEtcd() (pb.EmailClient, func() error, error)
- func NewEmailWithTarget(target string) (pb.EmailClient, func() error, error)
- func NewNtfyWithEtcd() (pb.NtfyClient, func() error, error)
- func NewNtfyWithTarget(target string) (pb.NtfyClient, func() error, error)
- func NewSchedulerWithEtcd() (pb.SchedulerClient, func() error, error)
- func NewSchedulerWithTarget(target string) (pb.SchedulerClient, func() error, error)
- func NewStorageWithEtcd() (pb.StorageClient, func() error, error)
- func NewStorageWithTarget(target string) (pb.StorageClient, func() error, error)
- func NewTemplateWithEtcd() (pb.TemplateClient, func() error, error)
- func NewTemplateWithTarget(target string) (pb.TemplateClient, func() error, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultEmail pb.EmailClient DefaultNTFY pb.NtfyClient DefaultTemplate pb.TemplateClient )
View Source
var DefaultCollector pb.CollectorClient
View Source
var DefaultFinder pb.FinderClient
View Source
var DefaultPassport pb.PassportClient
View Source
var DefaultScheduler pb.SchedulerClient
View Source
var DefaultStorage pb.StorageClient
Functions ¶
func InitCollector ¶
func InitCollector() error
func InitPassport ¶
func InitPassport() error
func InitScheduler ¶
func InitScheduler() error
func InitStorage ¶
func InitStorage() error
func InitTemplate ¶
func InitTemplate() error
func NewAuthWithEtcd ¶
func NewAuthWithEtcd() (pb.PassportClient, func() error, error)
func NewAuthWithTarget ¶
func NewAuthWithTarget(target string) (pb.PassportClient, func() error, error)
func NewBrainWithEtcd ¶
func NewBrainWithEtcd() (pb.FinderClient, func() error, error)
func NewBrainWithTarget ¶
func NewBrainWithTarget(target string) (pb.FinderClient, func() error, error)
func NewCollectorWithEtcd ¶
func NewCollectorWithEtcd() (pb.CollectorClient, func() error, error)
func NewCollectorWithTarget ¶
func NewCollectorWithTarget(target string) (pb.CollectorClient, func() error, error)
func NewEmailWithEtcd ¶
func NewEmailWithEtcd() (pb.EmailClient, func() error, error)
func NewEmailWithTarget ¶
func NewEmailWithTarget(target string) (pb.EmailClient, func() error, error)
func NewNtfyWithEtcd ¶
func NewNtfyWithEtcd() (pb.NtfyClient, func() error, error)
func NewNtfyWithTarget ¶
func NewNtfyWithTarget(target string) (pb.NtfyClient, func() error, error)
func NewSchedulerWithEtcd ¶
func NewSchedulerWithEtcd() (pb.SchedulerClient, func() error, error)
func NewSchedulerWithTarget ¶
func NewSchedulerWithTarget(target string) (pb.SchedulerClient, func() error, error)
func NewStorageWithEtcd ¶
func NewStorageWithEtcd() (pb.StorageClient, func() error, error)
func NewStorageWithTarget ¶
func NewStorageWithTarget(target string) (pb.StorageClient, func() error, error)
func NewTemplateWithEtcd ¶
func NewTemplateWithEtcd() (pb.TemplateClient, func() error, error)
func NewTemplateWithTarget ¶
func NewTemplateWithTarget(target string) (pb.TemplateClient, func() error, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.