Skip to content

Commit

Permalink
fix struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Dasilva committed Oct 19, 2023
1 parent 138c1d1 commit c26745d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cycletls/tests/integration/latest_fingerprint_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,6 @@ import (
cycletls "github.com/Danny-Dasilva/CycleTLS/cycletls"
)

type CycleTLSOptions struct {
Ja3Hash string `json:"ja3_hash"`
Ja3 string `json:"ja3"`
UserAgent string `json:"User-Agent"`
AkamaiFingerprint string
AkamaiHash string

HTTPResponse int
}

type PeetResp struct {
Ja3 string `json:"ja3"`
Ja3Hash string `json:"ja3_hash"`
Expand Down

0 comments on commit c26745d

Please sign in to comment.