diff --git a/api/check.sh b/api/check.sh index 994a479..a4abf91 100755 --- a/api/check.sh +++ b/api/check.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -api -c $(ls -dm stun*.txt | tr -d ' ') -except except.txt github.com/gortc/stun +api -c $(ls -dm stun*.txt | tr -d ' \n') -except except.txt github.com/gortc/stun diff --git a/api/stun1.txt b/api/stun1.0.0.txt similarity index 100% rename from api/stun1.txt rename to api/stun1.0.0.txt diff --git a/api/stun1.14.txt b/api/stun1.14.0.txt similarity index 100% rename from api/stun1.14.txt rename to api/stun1.14.0.txt diff --git a/api/stun1.15.txt b/api/stun1.15.0.txt similarity index 100% rename from api/stun1.15.txt rename to api/stun1.15.0.txt diff --git a/api/stun1.16.txt b/api/stun1.16.0.txt similarity index 100% rename from api/stun1.16.txt rename to api/stun1.16.0.txt diff --git a/api/stun1.17.0.txt b/api/stun1.17.0.txt new file mode 100644 index 0000000..6923818 --- /dev/null +++ b/api/stun1.17.0.txt @@ -0,0 +1,12 @@ +pkg github.com/gortc/stun, const AttrConnectionID = 42 +pkg github.com/gortc/stun, const AttrConnectionID AttrType +pkg github.com/gortc/stun, const CodeConnAlreadyExists = 446 +pkg github.com/gortc/stun, const CodeConnAlreadyExists ErrorCode +pkg github.com/gortc/stun, const CodeConnTimeoutOrFailure = 447 +pkg github.com/gortc/stun, const CodeConnTimeoutOrFailure ErrorCode +pkg github.com/gortc/stun, const MethodConnect = 10 +pkg github.com/gortc/stun, const MethodConnect Method +pkg github.com/gortc/stun, const MethodConnectionAttempt = 12 +pkg github.com/gortc/stun, const MethodConnectionAttempt Method +pkg github.com/gortc/stun, const MethodConnectionBind = 11 +pkg github.com/gortc/stun, const MethodConnectionBind Method diff --git a/api/stun1.17.txt b/api/stun1.17.3.txt similarity index 100% rename from api/stun1.17.txt rename to api/stun1.17.3.txt