Home
last modified time | relevance | path

Searched defs:Hook (Results 126 – 150 of 1460) sorted by relevance

12345678910>>...59

/dports/sysutils/restic/restic-0.12.1/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/sirupsen/logrus/logrus-1.7.0/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/sirupsen/logrus/hooks/writer/
H A Dwriter.go10 type Hook struct { struct
11 Writer io.Writer
12 LogLevels []log.Level
17 func (hook *Hook) Fire(entry *log.Entry) error {
27 func (hook *Hook) Levels() []log.Level {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/gchaincl/sqlhooks/hooks/othooks/
H A Dothooks.go10 type Hook struct { struct
11 tracer opentracing.Tracer
18 …(h *Hook) Before(ctx context.Context, query string, args ...interface{}) (context.Context, error) {
33 … (h *Hook) After(ctx context.Context, query string, args ...interface{}) (context.Context, error) {
42 func (h *Hook) OnError(ctx context.Context, err error, query string, args ...interface{}) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/gchaincl/sqlhooks/hooks/loghooks/
H A Dloghooks.go14 type Hook struct { struct
15 log logger
23 …(h *Hook) Before(ctx context.Context, query string, args ...interface{}) (context.Context, error) {
27 … (h *Hook) After(ctx context.Context, query string, args ...interface{}) (context.Context, error) {
32 func (h *Hook) OnError(ctx context.Context, err error, query string, args ...interface{}) error {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Microsoft/go-winio/go-winio-0.4.12/pkg/etwlogrus/
H A Dhook.go12 type Hook struct { struct
13 provider *etw.Provider
31 func (h *Hook) Levels() []logrus.Level {
44 func (h *Hook) Fire(e *logrus.Entry) error {
190 func (h *Hook) Close() error {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/hcsshim/vendor/github.com/Microsoft/go-winio/pkg/etwlogrus/
H A Dhook.go12 type Hook struct { struct
13 provider *etw.Provider
31 func (h *Hook) Levels() []logrus.Level {
44 func (h *Hook) Fire(e *logrus.Entry) error {
190 func (h *Hook) Close() error {
/dports/sysutils/sensu-go/sensu-go-5.11.1/api/core/v2/
H A Dhook.pb.go80 type Hook struct { struct
93 XXX_NoUnkeyedLiteral struct{} `json:"-"`
100 func (*Hook) ProtoMessage() {}
122 func (m *Hook) XXX_Size() int {
125 func (m *Hook) XXX_DiscardUnknown() {
131 func (m *Hook) GetDuration() float64 {
138 func (m *Hook) GetExecuted() int64 {
145 func (m *Hook) GetIssued() int64 {
152 func (m *Hook) GetOutput() string {
159 func (m *Hook) GetStatus() int32 {
[all …]
/dports/sysutils/helm/helm-3.5.2/pkg/release/
H A Dhook.go63 type Hook struct { struct
64 Name string `json:"name,omitempty"`
66 Kind string `json:"kind,omitempty"`
68 Path string `json:"path,omitempty"`
70 Manifest string `json:"manifest,omitempty"`
72 Events []HookEvent `json:"events,omitempty"`
74 LastRun HookExecution `json:"last_run,omitempty"`
76 Weight int `json:"weight,omitempty"`
78 DeletePolicies []HookDeletePolicy `json:"delete_policies,omitempty"`
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/pkg/release/
H A Dhook.go63 type Hook struct { struct
64 Name string `json:"name,omitempty"`
66 Kind string `json:"kind,omitempty"`
68 Path string `json:"path,omitempty"`
70 Manifest string `json:"manifest,omitempty"`
72 Events []HookEvent `json:"events,omitempty"`
74 LastRun HookExecution `json:"last_run,omitempty"`
76 Weight int `json:"weight,omitempty"`
78 DeletePolicies []HookDeletePolicy `json:"delete_policies,omitempty"`
/dports/www/gitea/gitea-1.16.5/vendor/github.com/xanzy/go-gitlab/
H A Dsystem_hooks.go36 type Hook struct { struct
37 ID int `json:"id"`
38 URL string `json:"url"`
39 CreatedAt *time.Time `json:"created_at"`
40 PushEvents bool `json:"push_events"`
41 TagPushEvents bool `json:"tag_push_events"`
42 MergeRequestsEvents bool `json:"merge_requests_events"`
43 RepositoryUpdateEvents bool `json:"repository_update_events"`
44 EnableSSLVerification bool `json:"enable_ssl_verification"`
47 func (h Hook) String() string {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/log/syslog/
H A Dhook.go19 type Hook struct { struct
20 writer Writer
44 func (hook *Hook) Fire(entry *logrus.Entry) error {
48 func (hook *Hook) Levels() []logrus.Level {
52 func (hook *Hook) writeEntry(entry *logrus.Entry) error {
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/
H A DHookEngine.h49 struct Hook struct
55 Hook() = default; argument
56 Hook(uint32_t cookie, std::shared_ptr<Plugin> owner, const DukValue& function) in Hook() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HLE/
H A DHLE.h29 struct Hook struct
32 HookFunction function; argument
33 HookType type; argument
34 HookFlag flags; argument
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/google/go-github/v41/github/
H A Drepos_hooks.go74 type Hook struct { struct
77 URL *string `json:"url,omitempty"`
78 ID *int64 `json:"id,omitempty"`
79 Type *string `json:"type,omitempty"`
80 Name *string `json:"name,omitempty"`
81 TestURL *string `json:"test_url,omitempty"`
82 PingURL *string `json:"ping_url,omitempty"`
87 Config map[string]interface{} `json:"config,omitempty"`
88 Events []string `json:"events,omitempty"`
89 Active *bool `json:"active,omitempty"`
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/google/go-github/v35/github/
H A Drepos_hooks.go74 type Hook struct { struct
77 URL *string `json:"url,omitempty"`
78 ID *int64 `json:"id,omitempty"`
79 Type *string `json:"type,omitempty"`
80 Name *string `json:"name,omitempty"`
81 TestURL *string `json:"test_url,omitempty"`
82 PingURL *string `json:"ping_url,omitempty"`
87 Config map[string]interface{} `json:"config,omitempty"`
88 Events []string `json:"events,omitempty"`
89 Active *bool `json:"active,omitempty"`
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/google/go-github/v39/github/
H A Drepos_hooks.go74 type Hook struct { struct
77 URL *string `json:"url,omitempty"`
78 ID *int64 `json:"id,omitempty"`
79 Type *string `json:"type,omitempty"`
80 Name *string `json:"name,omitempty"`
81 TestURL *string `json:"test_url,omitempty"`
82 PingURL *string `json:"ping_url,omitempty"`
87 Config map[string]interface{} `json:"config,omitempty"`
88 Events []string `json:"events,omitempty"`
89 Active *bool `json:"active,omitempty"`
[all …]
/dports/net/samba412/samba-4.12.15/source3/script/tests/
H A Dwb_pad.sh71 echo "32bit: $out_32_req"
76 echo "winbind response size differs!"
77 echo "64bit: $out_64_resp"
79 exit 1
/dports/sysutils/helmfile/helmfile-0.138.7/pkg/event/
H A Dbus.go14 type Hook struct { struct
15 Name string `yaml:"name"`
16 Events []string `yaml:"events"`
17 Command string `yaml:"command"`
18 Args []string `yaml:"args"`
19 ShowLogs bool `yaml:"showlogs"`
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/google/go-github/github/
H A Drepos_hooks.go70 type Hook struct { struct
71 CreatedAt *time.Time `json:"created_at,omitempty"`
72 UpdatedAt *time.Time `json:"updated_at,omitempty"`
73 Name *string `json:"name,omitempty"`
74 URL *string `json:"url,omitempty"`
75 Events []string `json:"events,omitempty"`
76 Active *bool `json:"active,omitempty"`
77 Config map[string]interface{} `json:"config,omitempty"`
78 ID *int `json:"id,omitempty"`
81 func (h Hook) String() string {
[all …]

12345678910>>...59