Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion centrifuge/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion postgres/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion postgres_gorm/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion postgres_pg/logger.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion postgres_pg/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion postgres_pgx/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/broker.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/channel.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/connection.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/consumer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion rabbitmq/types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions redis/plugin.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -20,11 +20,11 @@ import (
"context"
"crypto/tls"
"fmt"
"github.com/lastbackend/toolkit/pkg/runtime"
"github.com/lastbackend/toolkit/pkg/tools/probes"
"strings"
"time"

"github.com/lastbackend/toolkit/pkg/runtime"
"github.com/lastbackend/toolkit/pkg/tools/probes"
"github.com/redis/go-redis/v9"
)

Expand Down
2 changes: 1 addition & 1 deletion resolver_consul/consul.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion resolver_consul/options.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion resolver_consul/table.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright [2014] - [2023] The Last.Backend authors.
Copyright [2014] - [2024] The Last.Backend authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
59 changes: 0 additions & 59 deletions sentry/config.go

This file was deleted.

Loading