File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type CNJNumber struct {
5454- Segment: J [ 8]
5555- Court: CT [ 26]
5656- SourceUnit: 0000 [ 0158]
57- - ArgNumber: NNNNNNNAAAAJCT0000 [ 00013272018826015800]
57+ - ArgNumber: NNNNNNNAAAAJCT0000 + 00 [ 00013272018826015800] (utilizado pelo cálculo do * VerifyingDigit * )
5858- District: o foro em que a ação foi protocolada (normalmente a cidade, zona eleitoral, vara trabalhista) [ São Paulo]
5959- UF: A unidade federativa que o foro em que a ação foi protocolada pertence [ São Paulo]
6060
@@ -124,9 +124,9 @@ Files created
124124
125125### Suport Functions:
126126- ReturnStructCNJ(cnj string): retorna * Structs.CNJNumber* , retorna erro caso o cnj esteja fora do padrão
127- - OriginCourt(cnj string): retorna o Court1 e Court2, retorna erro caso a sequência seja inválida
128- - Segment(cnj string): retorna o Segment1 e Segment2, retorna erro caso o a sequência seja inválida
129- - SourceUnit(cnj string): retorna o SourceUnit1 e SourceUnit1 , retorna erro caso a sequência seja inválida
127+ - OriginCourt(cnj string): retorna o * Court1* e * Court2* , retorna erro caso a sequência seja inválida
128+ - Segment(cnj string): retorna o * Segment1* e * Segment2* , retorna erro caso o a sequência seja inválida
129+ - SourceUnit(cnj string): retorna o * SourceUnit1* e * SourceUnit2 * , retorna erro caso a sequência seja inválida
130130- ValidateCNJ(cnj string): retorna * true* caso o cnj sejá válido e o dígito verificador
131131- ReturnValidCNJ(cnj string): retorna o CNJ com o dígito verificador correto
132132- ValidVD(cnj string): retorna o dígito verificador correto
You can’t perform that action at this time.
0 commit comments