woodpecker/woodpecker-go/woodpecker
Robert Kaussow 2d66cfcce2
Split client into multiple files and add more tests (#3647)
All the client functions were in a single file, which was already very
long, and the test file gets even longer as more tests are added. I
split it into separate files representing the API path and started
adding some tests.
2024-04-26 13:46:55 +02:00
..
agent.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
agent_test.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
client.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
client_test.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
const.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
global_secret.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
interface.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
org.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
pipeline.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
queue.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
queue_test.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
repo.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
types.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
user.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00
user_test.go Split client into multiple files and add more tests (#3647) 2024-04-26 13:46:55 +02:00