Skip to content

Commit addbf48

Browse files
private functions shouldnt be part of interface
1 parent e8fde9c commit addbf48

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.2
1+
0.24.3

pkg/codefresh/codefresh.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ import (
1111

1212
type (
1313
Codefresh interface {
14-
requestAPI(*requestOptions) (*http.Response, error)
15-
decodeResponseInto(*http.Response, interface{}) error
16-
getBodyAsString(*http.Response) (string, error)
17-
getBodyAsBytes(*http.Response) ([]byte, error)
1814
Pipelines() IPipelineAPI
1915
Tokens() ITokenAPI
2016
RuntimeEnvironments() IRuntimeEnvironmentAPI

0 commit comments

Comments
 (0)